zsh-vi-mode: 0.8.5 -> 0.9.0

This commit is contained in:
R. Ryantm 2022-10-30 09:23:53 +00:00 committed by Bobby Rong
parent c92fb318d0
commit 0a026eb33c

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;