Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildGoModule: vendorHash fixes for proxyVendor and Go 1.22 #301928

Merged
merged 30 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3e28bdc
buildGoModule: inherit env from main package to goModule derivation
nevivurn Apr 5, 2024
049b684
deckmaster: fix vendorHash for go1.22
nevivurn Apr 5, 2024
ef79e05
ratt: fix vendorHash for go1.22
nevivurn Apr 5, 2024
c39b2e8
skate: fix vendorHash for go1.22
nevivurn Apr 5, 2024
8e649d3
wtf: fix vendorHash for go1.22
nevivurn Apr 5, 2024
5e682bb
argocd-autopilot: fix vendorHash for go1.22
nevivurn Apr 5, 2024
92e5b8d
aerc: fix vendorHash for go1.22
nevivurn Apr 5, 2024
e1afd4d
bepass: fix vendorHash for go1.22
nevivurn Apr 5, 2024
5615fd0
butler: fix vendorHash for go1.22
nevivurn Apr 5, 2024
8b05ded
zitadel: fix vendorHash for go1.22
nevivurn Apr 5, 2024
34b358f
benthos: fix vendorHash for go1.22
nevivurn Apr 5, 2024
10a41b7
dapr-cli: fix vendorHash for go1.22
nevivurn Apr 5, 2024
44ed815
sqlcmd: fix vendorHash for go1.22
nevivurn Apr 5, 2024
61b8561
go-migrate: fix vendorHash for go1.22
nevivurn Apr 5, 2024
66bad65
kustomize: fix vendorHash for go1.22
nevivurn Apr 5, 2024
c8aa494
wails: fix vendorHash for go1.22
nevivurn Apr 5, 2024
7e7a22f
alps: fix vendorHash for go1.22
nevivurn Apr 5, 2024
6f05e55
boringssl: fix vendorHash for go1.22
nevivurn Apr 5, 2024
6933748
hydron: fix vendorHash for go1.22
nevivurn Apr 5, 2024
6c076c9
icebreaker: fix vendorHash for go1.22
nevivurn Apr 5, 2024
06b903e
phlare: fix vendorHash for go1.22
nevivurn Apr 5, 2024
69ccea0
pufferpanel: fix vendorHash for go1.22
nevivurn Apr 5, 2024
4719f71
teleport_12: fix vendorHash for go1.22
nevivurn Apr 5, 2024
2aa9c8d
teleport_13: fix vendorHash for go1.22
nevivurn Apr 5, 2024
d923732
teleport_14: fix vendorHash for go1.22
nevivurn Apr 5, 2024
9ae2ccf
dae: fix vendorHash for go1.22
nevivurn Apr 5, 2024
b9f6824
juicity: fix vendorHash for go1.22
nevivurn Apr 5, 2024
a17f40f
age-plugin-tpm: fix vendorHash for go1.22
nevivurn Apr 5, 2024
b6f237d
threatest: fix vendorHash for go1.22
nevivurn Apr 5, 2024
f190aa8
terraform-providers: fix vendorHash for go1.22
nevivurn Apr 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/languages-frameworks/go.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Many attributes [controlling the build phase](#variables-controlling-the-build-p
- [`patchFlags`](#var-stdenv-patchFlags)
- [`postPatch`](#var-stdenv-postPatch)
- [`preBuild`](#var-stdenv-preBuild)
- `env`: useful for passing down variables such as `GOWORK`.

To control test execution of the build derivation, the following attributes are of interest:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/deckmaster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
hash = "sha256-1hZ7yAKTvkk20ho+QOqFEtspBvFztAtfmITs2uxhdmQ=";
};

vendorHash = "sha256-d38s5sSvENIou+rlphXIrrOcGOdsvkNaMJlhiXVWN6c=";
vendorHash = "sha256-DFssAic2YtXNH1Jm6zCDv1yPNz3YUXaFLs7j7rNHhlE=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/pop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildGoModule rec {

vendorHash = "sha256-8YcJXvR0cdL9PlP74Qh6uN2XZoN16sz/yeeZlBsk5N8=";

GOWORK = "off";
env.GOWORK = "off";

nativeBuildInputs = [
installShellFiles
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/ratt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-6cpHDwnxdc/9YPj77JVuT5ZDFjKkF6nBX4RgZr/9fFY=";
vendorHash = "sha256-L8mDs9teQJW6P3dhKSLfzbpA7kzhJk61oR2q0ME+u0M=";

# tests try to access the internet to scrape websites
doCheck = false;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/skate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-xNM4qmpv+wcoiGrQ585N3VoKW6tio0cdHmUHRl2Pvio=";
vendorHash = "sha256-/qZB/GGEkoqRoNhEmZw9Q2lsUPZRg5/xVxWgdBZTMLk=";

ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/wtf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
sha256 = "sha256-DFrA4bx+wSOxmt1CVA1oNiYVmcWeW6wpfR5F1tnhyDY=";
};

vendorHash = "sha256-9uuLidieBMoKz/FLcBnp9wenyveOIzB0IvRBRasulZk=";
vendorHash = "sha256-mQdKw3DeBEkCOtV2/B5lUIHv5EBp+8QSxpA13nFxESw=";
proxyVendor = true;

doCheck = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-txbs1SzAaV1nCl104m0Ht5DwzCmK+sBDn4rZ1newdLc=";
};

vendorHash = "sha256-1nolJLWkArzSKf11fzlvvgiCnvMYSu5MHRNAn1lryms=";
vendorHash = "sha256-QbjiQVclT8paEKYQmMwj5MLq40mAVh5Ji5VJJTOmEZI=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/talosctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildGoModule rec {

ldflags = [ "-s" "-w" ];

GOWORK = "off";
env.GOWORK = "off";

subPackages = [ "cmd/talosctl" ];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"repo": "terraform-provider-cloudfoundry",
"rev": "v0.52.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-g1T6kH8Rv9bpvb6Q3YHCseEi1ayydJIxlplH3k12s8c="
"vendorHash": "sha256-6MKWpiDq4yI3mfIJyzEsWLa7gi0+DScI5jKcOcM6Qs0="
},
"cloudinit": {
"hash": "sha256-etZeCGtYhO0szRGxnj1c3/WOelxScWiHEA9w1Jb7bEE=",
Expand Down Expand Up @@ -316,7 +316,7 @@
"repo": "terraform-provider-dhall",
"rev": "v0.0.7",
"spdx": "BSD-3-Clause",
"vendorHash": "sha256-e/+czUeOACwRC7xY90pZp2EWDzDpLU6Ud9RPzuNKaOY="
"vendorHash": "sha256-quoFrJbB1vjz+MdV+jnr7FPACHuUe5Gx9POLubD2IaM="
},
"digitalocean": {
"hash": "sha256-wwb62tZZxpr7NXbiqcS40aF9E2msagj2Mqy4kogDsEA=",
Expand Down Expand Up @@ -434,7 +434,7 @@
"repo": "terraform-provider-fortios",
"rev": "1.19.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-DwRfbD4AqB+4KLuYtqY5fUdzRrEpTIvL4VAM7nieJJA="
"vendorHash": "sha256-mE25KfP2+7K7nHpkQOn1pfilm+fz5kGDDW8U+P2zglY="
},
"gandi": {
"hash": "sha256-fsCtmwyxkXfOtiZG27VEb010jglK35yr4EynnUWlFog=",
Expand Down Expand Up @@ -552,7 +552,7 @@
"repo": "terraform-provider-htpasswd",
"rev": "v1.0.4",
"spdx": "MIT",
"vendorHash": "sha256-+D8HxLRUSh7bCN6j+NSkPZTabvqknY7uJ9F5JxefomA="
"vendorHash": "sha256-6jaAgyHS5H63YKnm4xcYmjKVhPbWm6KK6qHzxg/78yU="
},
"http": {
"hash": "sha256-druSExXZeZMNWFIJQoQ/Xh0gCQQx0AnKbIAJQlRi8Po=",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/mailreaders/aerc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-rycAGqZhO48bPTFO2y2J1d16oon24sEEUns4EayWDvg=";
vendorHash = "sha256-AHEhIWa6PP8f+hhIdY+0brLF2HYhvTal7qXfCwG9iyo=";

nativeBuildInputs = [
scdoc
Expand Down
1 change: 1 addition & 0 deletions pkgs/build-support/go/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ let
preBuild = args.preBuild or "";
postBuild = args.modPostBuild or "";
sourceRoot = args.sourceRoot or "";
env = args.env or { };

impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [
"GIT_PROXY_COMMAND"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/be/bepass/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildGoModule rec{
hash = "sha256-ruOhPWNs1WWM3r6X+6ch0HoDCu/a+IkBQiCr0Wh6yS8=";
};

vendorHash = "sha256-SiggDy6vc19yIw15g45yjl8gscE91zUoR6woECbAtR0=";
vendorHash = "sha256-Juie/Hq3i6rvAK19x6ah3SCQJL0uCrmV9gvzHih3crY=";

subPackages = [
"cmd/cli"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bu/butler/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildGoModule rec {

proxyVendor = true;

vendorHash = "sha256-CtBwc5mcgLvl2Bvg5gI+ULJMQEEibx1aN3IpmRNUtwE=";
vendorHash = "sha256-GvUUCQ2BPW0HlXZljBWJ2Wyys9OEIM55dEWAa6J19Zg=";

doCheck = false;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mc/mcap-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildGoModule {

modRoot = "go/cli/mcap";

GOWORK="off";
env.GOWORK="off";

# copy the local versions of the workspace modules
postConfigure = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/zi/zitadel/console.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let
workDir = "console";
bufArgs = "../proto --include-imports --include-wkt";
outputPath = "src/app/proto";
hash = "sha256-h/5K6PvEFyjzS5p7SfuDIk91TkN1iPc+iXor8T/QSeE=";
hash = "sha256-BBXFt4f2SQphr106sQ0eEL4Z2ooAI8fxXhu2rKqhjb4=";
};
in
mkYarnPackage rec {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/zi/zitadel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
rev = "v${version}";
hash = "sha256-Uv0iEIFkTdBAi0WDBQHf0ATs4L2FOU4NmiE9p1MHSa0=";
};
goModulesHash = "sha256-PQch046YjYhAmVlNNdgDLWIqFvEpXRgXAYFMwSZmk4w=";
goModulesHash = "sha256-thd1bhbPVedYd+Yq1IYYUJFr66AWRTzA3DceCXFTEQo=";

buildZitadelProtocGen = name:
buildGoModule {
Expand Down Expand Up @@ -92,7 +92,7 @@ let
protoc-gen-zitadel
];
outputPath = ".artifacts";
hash = "sha256-3qDVY2CvtY8lZDr+p5i0vV6zZ5KyTtxBLyV7Os9KuIw=";
hash = "sha256-ntIKudNFBs7kHjK7cfzbOfDCA6J8uvJRUbCTa6afK/I=";
};
in
buildGoModule rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boringssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildGoModule {

nativeBuildInputs = [ cmake ninja perl ];

vendorHash = "sha256-McSmG+fMO8/T/bJR6YAJDYw9pxsWJoj1hcSTPv/wMsI=";
vendorHash = "sha256-074bgtoBRS3SOxLrwZbBdK1jFpdCvF6tRtU1CkrhoDY=";
proxyVendor = true;

# hack to get both go and cmake configure phase
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/benthos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoModule rec {

proxyVendor = true;

vendorHash = "sha256-bnQn6gdHhbUJUPWU3CKrw1sq5CL0Tkss4DINPwlsiPU=";
vendorHash = "sha256-Ce2vXPKbyj517N3uJEGc00hCVZhcRrPvXUSuK+jjK3U=";

doCheck = false;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/dapr/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-nR9+6glX0oUJZq32XxyV4aVjfjVlNycZvMNaVHy+Q1s=";
};

vendorHash = "sha256-iqoxlqSdHDfLlb1bcHLPAO2/wiwRpqFBIuoVi7lecKs=";
vendorHash = "sha256-kFmoNd40YxUXVXk0F1Bf77KS5AM0jjOTwTjM5pYKkv4=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/database/sqlcmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
sha256 = "sha256-LLRNaY6ArUNoKSWSauCh2RKEGO5+G1OnoCAqMaAfOkY=";
};

vendorHash = "sha256-G6Patjrafg9VXXbisBDs/JVvy0SA6moTquKj66z9lzw=";
vendorHash = "sha256-NVmgAlNQvRj/7poIEWjMyKw2qWMd/HwbdSFHpumnRlo=";
proxyVendor = true;

ldflags = [ "-s" "-w" "-X main.version=${version}" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/go-migrate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
};

proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-3otiRbswhENs/YvKKr+ZeodLWtK7fhCjEtlMDlkLOlY=";
vendorHash = "sha256-q8wShIcVHZtpnhvZfsxiI5FLq0xneA8IBMDWd/vpz/0=";

subPackages = [ "cmd/migrate" ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/kustomize/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildGoModule rec {
# avoid finding test and development commands
modRoot = "kustomize";
proxyVendor = true;
vendorHash = "sha256-6+8cwRH37lkQvnHBUlSqyNrZMfDpKbeUNJS4YMflBq0=";
vendorHash = "sha256-inCBDIVdvkEdDJEwX7vdoWANk+f01VxhBGPKxrjR6Ao=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/opcr-policy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildGoModule rec {

subPackages = [ "cmd/policy" ];
# disable go workspaces
GOWORK = "off";
env.GOWORK = "off";

doCheck = false;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/wails/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildGoModule rec {
hash = "sha256-MHwIRanmgpjTKM+ILSQheCd9+XUwVTCVrREqntxpv7Q=";
} + "/v2";

vendorHash = "sha256-0cGmJEi7OfMZS7ObPBLHOVqKfvnlpHBiGRjSdV6wxE4=";
vendorHash = "sha256-6QFnLuRnSzIqkQkK1qg7VBYxwjK8fSQWz5RxpuyutoY=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/alps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
hash = "sha256-RSug3YSiqYLGs05Bee4NoaoCyPvUZ7IqlKWI1hmxbiA=";
};

vendorHash = "sha256-XDm6LU9D/rVQHiko7EFpocv+IktGe6tQhJYRrOJxeSs=";
vendorHash = "sha256-QsGfINktk+rBj4b5h+NBVS6XV1SVz+9fDL1vtUqcKEU=";

ldflags = [
"-s"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/hydron/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildGoModule rec {
hash = "sha256-Q1pZf5FPQw+pHItcZyOGx0N+iHmz9rW0+ANFsketh6E=";
};

vendorHash = "sha256-fyGC6k9/xER5GwVelBhy5C5tiq6NMhwSmYjSpvenrfA=";
vendorHash = "sha256-hKF2RCGnk/5hNS65vGoDdF1OUPSLe4PDegYlKTeqJDM=";
proxyVendor = true;

nativeBuildInputs = [ pkg-config ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/icebreaker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoModule {
};

proxyVendor = true;
vendorHash = "sha256-i648w+BOUX5IfEEZ11gJAjX1ZUdoYRzDPz6GDe7i2S8=";
vendorHash = "sha256-A0jNy8cUKpfAqocgjdYU7LB4EgIr9tiOCyEaXGQl8TM=";

nativeBuildInputs = [
makeBinaryWrapper
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/monitoring/phlare/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-y8IWS5OQkDYRTt5xOzzbjb1ya6AiFtvAc0YNH99KZBA=";
vendorHash = "sha256-l7+iDT9GAP9BX+xKvnx57iVF8wCM1YyHwq6dD9PbTDI=";

ldflags = let
prefix = "github.com/grafana/phlare/pkg/util/build";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/pufferpanel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ buildGoModule rec {

nativeBuildInputs = [ makeWrapper go-swag ];

vendorHash = "sha256-itiWROoIhnMbG9evH6X7kjClC4VdpX983d/SCwr4HbY=";
vendorHash = "sha256-1U7l7YW1fu5M0/pPHTLamLsTQdEltesRODUn21SuP8w=";
proxyVendor = true;

# Generate code for Swagger documentation endpoints (see web/swagger/docs.go).
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/teleport/12/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
callPackage ../generic.nix ({
version = "12.4.32";
hash = "sha256-dYriqQwrc3tfLv+/G/W8n+4cLbPUq7lq1/kGH/GIsHs=";
vendorHash = "sha256-1z1Aocxi34/6Kuwj30LWjEq+LrZThG6ZzrMb0Qtok8w=";
vendorHash = "sha256-R7gWdUIrc7VLe+9/En47FI3G9x2V1VGUVTrT/kmA9c4=";
yarnHash = "sha256-Sr9T2TmrysMQs6A00rHU1IZjslu8jyYkVnYE6AmBmLA=";
cargoLock = {
lockFile = ./Cargo.lock;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/teleport/13/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
callPackage ../generic.nix ({
version = "13.4.14";
hash = "sha256-g11D5lekI3pUpKf5CLUuNjejs0gN/bEemHkCj3akha0=";
vendorHash = "sha256-wQywm41qnv/ryZwwyIg+La1Z7qAw2I/fUI3kLgHlq9Q=";
vendorHash = "sha256-kiDhlR/P81u/yNq72JuskES/UzMrTFzJT0H3xldGk8I=";
yarnHash = "sha256-E9T+7aXVoERdUnVEL4va2fcMnv1jsL9Js/R2LZo4hu4=";
cargoLock = {
lockFile = ./Cargo.lock;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/teleport/14/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
callPackage ../generic.nix ({
version = "14.3.0";
hash = "sha256-yTbJeHCmPlelq7BrZQRY3XyNQiovV7NQ1tNh2NfYGbk=";
vendorHash = "sha256-ySe5YkBMt+1tF/8PWctfAkK/e03cqp5P1aJ2ANz7pLo=";
vendorHash = "sha256-lHsgSbY1nqQminU67QgV6FbHXNlv5tCMv2oVq48S33M=";
yarnHash = "sha256-m934P+KygGiCzr5fDsNTlmZ1T9JxA6P8zTimocQyVi0=";
cargoLock = {
lockFile = ./Cargo.lock;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/dae/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildGoModule rec {
fetchSubmodules = true;
};

vendorHash = "sha256-qK+x6ciAebwIWHRjRpNXCAqsfnmEx37evS4+7kwcFIs=";
vendorHash = "sha256-4U6zIxK8K+MGxRboTtsKntDMp8/cQWPqXQ3l03AEtBs=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/juicity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildGoModule rec {
hash = "sha256-SUZ5E2GRLyUI/Z5ekJPNypVJXfJFzIz3qr9kCeXN7Gk=";
};

vendorHash = "sha256-Gj4uM9EL6QjlrCFGq3u1+TkIxzIU2mthFRK00pOAaJg=";
vendorHash = "sha256-13U3B9VKspSlpD1hYPtyCuPAZvAYc/d/UKcjXMURxyo=";

proxyVendor = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/oneshot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildGoModule rec {

subPackages = [ "cmd" ];

GOWORK = "off";
env.GOWORK = "off";

modRoot = "v2";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/security/age-plugin-tpm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildGoModule rec {

proxyVendor = true;

vendorHash = "sha256-BSb+8p5+RJMfcYc2+BuT4YbhCWCbcYOt9upesD11Ytw=";
vendorHash = "sha256-veduD0K3Onkqvyg9E5v854a6/8UIRQZEH098lUepRNU=";

nativeCheckInputs = [
swtpm
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/security/threatest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-zwHcGy7wjy2yx7nMi88R+z+Is+YcqGRMK0czeBNlcdA=";
vendorHash = "sha256-EvVazz51sW8z+8XfZB0Xo42KuUT6Q9n2Y/0HvlF1bV4=";

nativeBuildInputs = [
installShellFiles
Expand Down