about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 01:57:59 +0200
committerGitHub <noreply@github.com>2024-06-28 01:57:59 +0200
commit9f641525bc50b27f5385f4e00f80c242042068b7 (patch)
treeb625a6ada6d3c53fb2917c89804482eb97078cdb /pkgs/shells
parent7ca4432dfee9e0b0ddb92b00636ff6a871b93a59 (diff)
parentc8b62501242cc436f2f52907ef212cabcad28f49 (diff)
Merge pull request #318724 from r-ryantm/auto-update/hishtory
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=";