Skip to content

Commit

Permalink
vals: enable proxyVendor to get consistent vendorHash between darwin …
Browse files Browse the repository at this point in the history
…and linux
  • Loading branch information
marcusramberg committed Jun 7, 2024
1 parent 29327b6 commit a741eff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/security/vals/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ buildGoModule rec {
sha256 = "sha256-L0T0Lu5UP/KG2jdJfw5lM6/FagZUpMLGNWyf4tktzmQ=";
};

vendorHash = "sha256-mu1653sH4DMOitzI5HDX4cguCtw+j81kaA4LwKizTJk=";
vendorHash = "sha256-7ethl7BL6JBzIbyvpUE2TdvvPWs/CUvJQhjH2P5UCTY=";

proxyVendor = true;

ldflags = [
"-s"
Expand Down

0 comments on commit a741eff

Please sign in to comment.