diff options
Diffstat (limited to 'nix/packages')
| -rw-r--r-- | nix/packages/goget.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/packages/goget.nix b/nix/packages/goget.nix index c767740..fe9e4e1 100644 --- a/nix/packages/goget.nix +++ b/nix/packages/goget.nix @@ -9,7 +9,7 @@ buildGoModule rec { src = ../..; - vendorHash = "sha256-pStRgjhjjZdsYSnYMcWNbHSF7CJ3+7ZQradZgBfi5Gw="; + vendorHash = "sha256-ylmCf+NJiNba0W1IhQMJVH+kwDDYU9gB6D90QAYnIyA="; subPackages = [ "cmd/goget" ]; |
