Skip to content

Commit

Permalink
approve reviewer's change, update code hash
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
senseab and FliegendeWurst authored Jan 2, 2025
1 parent 545389d commit 5158e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cr/crproxy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "crproxy";
version = "0.12.2"; # stable
version = "0.12.4"; # stable

src = fetchFromGitHub {
owner = "DaoCloud";
repo = "crproxy";
rev = "v${version}";
hash = "sha256-PiM61gVZfrL+F1xPUMefj4UzJk1DipL7d3zkOTt1SUg=";
hash = "sha256-jWSp0NzeXQu38fAaZ8eTqVN+uvpn6v5xgoi3N5SCQoc=";
};

vendorHash = "sha256-htxMoIRTeTiC+/zo2EZNtJjwZPTZ5Gy0KP6qqt62bb4=";
vendorHash = "sha256-R78GbtTWgizvMz3HE83ZYxAbZBvCTbsuKLvPBCB5sx4=";

env.CGO_ENABLED = 0;

Expand Down

0 comments on commit 5158e2e

Please sign in to comment.