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

zsh-vi-mode: 0.10.0 -> 0.11.0
This commit is contained in:
Weijia Wang 2023-12-05 01:13:35 +01:00 committed by GitHub
commit 9bf7c93aad
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.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "jeffreytse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QE6ZwwM2X0aPqNnbVrj0y7w9hmuRf0H1j8nXYwyoLo4=";
sha256 = "sha256-xbchXJTFWeABTwq6h4KWLh+EvydDrDzcY9AQVK65RS8=";
};
strictDeps = true;
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
description = "A better and friendly vi(vim) mode plugin for ZSH.";
maintainers = with maintainers; [ kyleondy ];
platforms = platforms.all;
};
}