about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-18 14:46:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-18 14:46:15 +0000
commitc8b62501242cc436f2f52907ef212cabcad28f49 (patch)
tree4d5460676a7bec136f1bbe52d081bfad5135b957 /pkgs/shells
parentbd8d034e6500e41e9cfb5efe0a10d6ab7a9e6ea1 (diff)
hishtory: 0.295 -> 0.297
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/hishtory/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/hishtory/default.nix b/pkgs/shells/hishtory/default.nix
index 83b902c2e9262..d7875fc7c0b29 100644
--- a/pkgs/shells/hishtory/default.nix
+++ b/pkgs/shells/hishtory/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "hishtory";
-  version = "0.295";
+  version = "0.297";
 
   src = fetchFromGitHub {
     owner = "ddworken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-f9iVKHrgq6whE1s5Q2NXSf1qYsV5WUq4frHUoX94cMs=";
+    hash = "sha256-qc+TmExj7x7bH5XzppVpwMt7oSK8CtBM/tHAXs4rrlE=";
   };
 
   vendorHash = "sha256-zTwZ/sMhQdlf7RYfR2/K/m08U1Il0VQmYFyNNiYsWhc=";