zsh-vi-mode: 0.8.5 -> 0.9.0

This commit is contained in:
R. Ryantm
2022-11-13 11:04:40 +08:00
committed by Bobby Rong
parent c92fb318d0
commit 0a026eb33c
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-vi-mode";
version = "0.8.5";
version = "0.9.0";
src = fetchFromGitHub {
owner = "jeffreytse";
repo = pname;
rev = "v${version}";
sha256 = "EOYqHh0rcgoi26eopm6FTl81ehak5kXMmzNcnJDH8/E=";
sha256 = "sha256-KQ7UKudrpqUwI6gMluDTVN0qKpB15PI5P1YHHCBIlpg=";
};
strictDeps = true;