summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-28 10:44:23 -0400
committerGitHub <noreply@github.com>2024-04-28 10:44:23 -0400
commit67939e1d931ecee79802d9038e7ebef096d96f53 (patch)
treebf2e456fdb1399de304cb3fbb57983828bc719e6 /pkgs/shells
parent59a7cfee55a1b4159543a76f6a74f59e1b300a4d (diff)
parentb9950223d9b9e2e73c419625253adc6354a9e7ee (diff)
Merge pull request #307369 from r-ryantm/auto-update/hilbish
hilbish: 2.2.2 -> 2.2.3
Diffstat (limited to 'pkgs/shells')
-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 ae13e69b2e42..17bc851ac771 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hilbish";
- version = "2.2.2";
+ version = "2.2.3";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
- hash = "sha256-tkEEvxIBPpPbdIFxbo0pOHHORXEFZ8wn9emIeyz6glc=";
+ hash = "sha256-iqQhgge+m22gIIGlwwmAoYTxfMAs/sKrKjoQzyedil4=";
fetchSubmodules = true;
};