about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-18 12:19:08 +0200
committerGitHub <noreply@github.com>2021-06-18 12:19:08 +0200
commit17bcbee9fa5aabb3e0b4015b71eb6578da2d6fe3 (patch)
tree43c8038515a6fb39e1ab7fa16061b67e0f2471af /pkgs/shells
parentb2d9734a3fde916d74b753c0c6c3bcaf49691afd (diff)
parent7d53b14c8f153cebf0178d43ac46cc026d16d882 (diff)
Merge pull request #127313 from r-ryantm/auto-update/hilbish
hilbish: 0.5.0 -> 0.5.1
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 2ffd10e3a6adf..ddc5b28e5e09d 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "hilbish";
-  version = "0.5.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "Rosettea";
     repo = "Hilbish";
     rev = "v${version}";
-    sha256 = "sha256-cYpGTk0adT3X/elrJW2Wjv4SbPvgeyYmsOHTrft8678=";
+    sha256 = "sha256-xqGesBNN9lZTYx0kTZfFARq1a/dEC+c3Fo0xLxZuZP4=";
   };
 
   vendorSha256 = "sha256-8l+Kb1ADMLwv0Hf/ikok8eUcEEST07rhk8BjHxJI0lc=";