about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-11-22 21:09:26 -0600
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-24 13:51:14 -0800
commite5f9c5215ae48e0f0373787bb56c5deddbe2d9fb (patch)
tree711fdb9f109f1fe5cb07d09711ecc98825076ad0 /pkgs/shells
parent942f57e79b6453d0efca677bf1094abc3a7f65d2 (diff)
hilbish: 0.6.1 -> 0.7.1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/hilbish/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/hilbish/default.nix b/pkgs/shells/hilbish/default.nix
index f7e33b88cecc2..55a28ceb8892f 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "hilbish";
-  version = "0.6.1";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "Rosettea";
     repo = "Hilbish";
     rev = "v${version}";
-    sha256 = "sha256-3qU1gQSWxyKgQcHgT61Q+n6u0rGU0vqTdT/VwMN20yw=";
+    sha256 = "sha256-YQNLv6/4I5WM/xhlWIjThgO23tN+ZCyJVZVatnIUllc=";
     fetchSubmodules = true;
   };
 
-  vendorSha256 = "sha256-xnq0CEfz9uVpDkqY5/Sw9O5uMTHV74vQBXrav3bbH7E=";
+  vendorSha256 = "sha256-xzB6sqBnDuvqTFMmLcXdSj6UFWYzA54PxUBKrFKhyQk=";
 
   buildInputs = [ readline ];