lol

zsh-history-substring-search: 1.0.2 -> 1.1.0

authored by

Lena Fuhrimann and committed by
GitHub
de1e10bc 49148022

+2 -2
+2 -2
pkgs/shells/zsh/zsh-history-substring-search/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zsh-history-substring-search"; 5 - version = "1.0.2"; 5 + version = "1.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "zsh-users"; 9 9 repo = "zsh-history-substring-search"; 10 10 rev = "v${version}"; 11 - sha256 = "0y8va5kc2ram38hbk2cibkk64ffrabfv1sh4xm7pjspsba9n5p1y"; 11 + sha256 = "0vjw4s0h4sams1a1jg9jx92d6hd2swq4z908nbmmm2qnz212y88r"; 12 12 }; 13 13 14 14 strictDeps = true;