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-22 00:55:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-22 00:55:01 +0000
commit96d56311bcf455990c83b556800f73d8f8fca285 (patch)
tree988ffa591c9a8ff4e887257a6fee69400bf4fc04 /pkgs/shells/hishtory
parent591f9cbebeef5dfdcb24997a3069d7f29c365ab9 (diff)
hishtory: 0.267 -> 0.277
Diffstat (limited to 'pkgs/shells/hishtory')
-rw-r--r--pkgs/shells/hishtory/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/hishtory/default.nix b/pkgs/shells/hishtory/default.nix
index ac138a41f1822..83b7191641235 100644
--- a/pkgs/shells/hishtory/default.nix
+++ b/pkgs/shells/hishtory/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "hishtory";
-  version = "0.267";
+  version = "0.277";
 
   src = fetchFromGitHub {
     owner = "ddworken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-wUfDJmwO96HulGTEh5YxTWPUSNAmPk9vpdPYujldIPE=";
+    hash = "sha256-Gb2E9IlXU+3WuEDIh/McwoHPEUqVAxMeaGVmers5Hvw=";
   };
 
-  vendorHash = "sha256-yk1ryXQ750xW7BYTMg0UQYb5DEIJ5ZWvoLLKSo3nx6k=";
+  vendorHash = "sha256-qWKLYGDbL5LL3CjD2yz9CjwAM6lL9Pjnbk+ERCmW94c=";
 
   ldflags = [ "-X github.com/ddworken/hishtory/client/lib.Version=${version}" ];