about summary refs log tree commit diff
path: root/pkgs/shells/hishtory
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-25 01:37:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-25 01:37:42 +0000
commit27bca5e4b012540ce473b7ec627429348d7fa996 (patch)
treeeffa68d5cafdb5aacd4aff00f91b72a7d803a428 /pkgs/shells/hishtory
parent3a6b97ce3259a89c2cd3b0caf021c93fe1998ff1 (diff)
hishtory: 0.277 -> 0.282
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 83b7191641235..8f3f8ddde564c 100644
--- a/pkgs/shells/hishtory/default.nix
+++ b/pkgs/shells/hishtory/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "hishtory";
-  version = "0.277";
+  version = "0.282";
 
   src = fetchFromGitHub {
     owner = "ddworken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Gb2E9IlXU+3WuEDIh/McwoHPEUqVAxMeaGVmers5Hvw=";
+    hash = "sha256-vuIeNa2Kr19L2lHTtsamjvnMsNNPQYU0yOPXXtXAOvA=";
   };
 
-  vendorHash = "sha256-qWKLYGDbL5LL3CjD2yz9CjwAM6lL9Pjnbk+ERCmW94c=";
+  vendorHash = "sha256-MUE6cq3mTRUcxO+lhAWr73wAzSYv9eMmv9Twpq/QHTc=";
 
   ldflags = [ "-X github.com/ddworken/hishtory/client/lib.Version=${version}" ];