about summary refs log tree commit diff
path: root/pkgs/shells/zsh/zsh-history-substring-search
diff options
context:
space:
mode:
authorLena Fuhrimann <6780471+cloudlena@users.noreply.github.com>2023-07-28 13:33:31 +0200
committerGitHub <noreply@github.com>2023-07-28 13:33:31 +0200
commitde1e10bc783412637600c9bf148384c781b500f6 (patch)
treeee345ac06b8f22af191b451dc9a391bf83f445d4 /pkgs/shells/zsh/zsh-history-substring-search
parent491480224bea92b171f927a8b37790b3000b26cd (diff)
zsh-history-substring-search: 1.0.2 -> 1.1.0
Diffstat (limited to 'pkgs/shells/zsh/zsh-history-substring-search')
-rw-r--r--pkgs/shells/zsh/zsh-history-substring-search/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-history-substring-search/default.nix b/pkgs/shells/zsh/zsh-history-substring-search/default.nix
index 63e5fe8281e3d..4b2aea76a7b7c 100644
--- a/pkgs/shells/zsh/zsh-history-substring-search/default.nix
+++ b/pkgs/shells/zsh/zsh-history-substring-search/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zsh-history-substring-search";
-  version = "1.0.2";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "zsh-users";
     repo = "zsh-history-substring-search";
     rev = "v${version}";
-    sha256 = "0y8va5kc2ram38hbk2cibkk64ffrabfv1sh4xm7pjspsba9n5p1y";
+    sha256 = "0vjw4s0h4sams1a1jg9jx92d6hd2swq4z908nbmmm2qnz212y88r";
   };
 
   strictDeps = true;