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

This commit is contained in:
R. RyanTM 2019-11-03 02:37:52 -08:00 committed by Alyssa Ross
parent d9b40f6397
commit e834edcbdd

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-history-substring-search";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-history-substring-search";
rev = "v${version}";
sha256 = "0lgmq1xcccnz5cf7vl0r0qj351hwclx9p80cl0qczxry4r2g5qaz";
sha256 = "0y8va5kc2ram38hbk2cibkk64ffrabfv1sh4xm7pjspsba9n5p1y";
};
installPhase = ''