aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-07 14:43:31 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-07 14:43:31 -0700
commit7b1b4d9071d0ae365ee5d7c7f607111a8ee44fae (patch)
tree15dfa5b74c4ed32fb2229017894b8c591955067b /nix
parentdeletes git branches that are merged back into the main branch (diff)
downloadx-7b1b4d9071d0ae365ee5d7c7f607111a8ee44fae.tar.gz
fix sha for goget
Diffstat (limited to 'nix')
-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" ];