about summary refs log tree commit diff
path: root/pkgs/shells/hishtory
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-04 11:04:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-04 11:04:57 +0000
commit44f220d032da665320cc74f1c333c63dc073dfbd (patch)
tree79db31ea43f1bdb048c08c697ffc69a094287fe3 /pkgs/shells/hishtory
parente1297790f1c4ef4f607a907ba9ce0c4b3a557609 (diff)
hishtory: 0.266 -> 0.267
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 7459d23ddead2..ac138a41f1822 100644
--- a/pkgs/shells/hishtory/default.nix
+++ b/pkgs/shells/hishtory/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "hishtory";
-  version = "0.266";
+  version = "0.267";
 
   src = fetchFromGitHub {
     owner = "ddworken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-AyUdmzrHBPXzDSOvhNz270D1AP7UdIpeaSqSyIFyQLY=";
+    hash = "sha256-wUfDJmwO96HulGTEh5YxTWPUSNAmPk9vpdPYujldIPE=";
   };
 
   vendorHash = "sha256-yk1ryXQ750xW7BYTMg0UQYb5DEIJ5ZWvoLLKSo3nx6k=";