aboutsummaryrefslogtreecommitdiff
path: root/nix/packages/goget.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/packages/goget.nix2
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" ];