Merge pull request #245044 from r-ryantm/auto-update/zsh-vi-mode

zsh-vi-mode: 0.9.0 -> 0.10.0
This commit is contained in:
Nick Cao 2023-07-23 22:40:39 -06:00 committed by GitHub
commit 78687e9fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-vi-mode";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "jeffreytse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KQ7UKudrpqUwI6gMluDTVN0qKpB15PI5P1YHHCBIlpg=";
sha256 = "sha256-QE6ZwwM2X0aPqNnbVrj0y7w9hmuRf0H1j8nXYwyoLo4=";
};
strictDeps = true;