about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-15 19:54:56 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-15 19:54:56 +0300
commit63c7483850d4db8296b2644b2d56f8dc338b4d2a (patch)
treefe4e9088d970ba33a3a8de51b5162b81bc8120b7
parente5e1e1c7058452df2ff2e8db168a2dca35a71d2e (diff)
hilbish: 2.1.0 -> 2.1.2
-rw-r--r--pkgs/shells/hilbish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/hilbish/default.nix b/pkgs/shells/hilbish/default.nix
index 20e1331dbcb9e..e558402543bf9 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "hilbish";
-  version = "2.1.0";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "Rosettea";
     repo = "Hilbish";
     rev = "v${version}";
-    sha256 = "sha256-iXDBo3bcmjsDy+iUREpg+sDTFN2LeF7jA+mg62LKeIs=";
+    hash = "sha256-OEuriFnVDS0POXoPeUk4IcLtV3JAMLDM2apDxmjg5cQ=";
     fetchSubmodules = true;
   };