about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-07-15 23:04:09 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2022-07-15 23:04:09 +0200
commit0303974b49b4146ddc56482ab0c31690a0769198 (patch)
tree0f36dd5dccd462a075678db03f9ea1197115fe46
parent2a0c7fc3d6fbe887ae64873eceed0d03aaf4e0a0 (diff)
hilbish: fix src hash
-rw-r--r--pkgs/shells/hilbish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/hilbish/default.nix b/pkgs/shells/hilbish/default.nix
index 68e00dc84de07..c956f0fc44a73 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -8,7 +8,7 @@ buildGoModule rec {
     owner = "Rosettea";
     repo = "Hilbish";
     rev = "v${version}";
-    sha256 = "sha256-n4+qUCbjqxLmGuCQ0QTscJ3me0UZUP/7ggvGp1pNkfg=";
+    sha256 = "sha256-fUGeQM+7FRGTRL3J4c2+c+NTwrM6d99F2ucKsou2kRk=";
     fetchSubmodules = true;
   };