about summary refs log tree commit diff
path: root/pkgs/shells/hishtory
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-03 15:21:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-03 15:21:08 +0000
commitdf8c4c6b1d0114cb5e29fe93e4e5777c72a4a0bd (patch)
tree6f7d8cf5c0e88caf2ca4f6adfc7b01f1410a4143 /pkgs/shells/hishtory
parentc429fa2ffa21229eeadbe37c11a47aff35f53ce0 (diff)
hishtory: 0.294 -> 0.295
Diffstat (limited to 'pkgs/shells/hishtory')
-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 5bdf3a1b5992d..83b902c2e9262 100644
--- a/pkgs/shells/hishtory/default.nix
+++ b/pkgs/shells/hishtory/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "hishtory";
-  version = "0.294";
+  version = "0.295";
 
   src = fetchFromGitHub {
     owner = "ddworken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-vwjzJTBgD4XzZekxGk02WW9/A7wLlLBsIUyvt0VCkOg=";
+    hash = "sha256-f9iVKHrgq6whE1s5Q2NXSf1qYsV5WUq4frHUoX94cMs=";
   };
 
   vendorHash = "sha256-zTwZ/sMhQdlf7RYfR2/K/m08U1Il0VQmYFyNNiYsWhc=";