zsh-abbr: 6.1.0 -> 6.2.1 (#384967)

This commit is contained in:
Weijia Wang
2025-03-25 23:01:07 +01:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.1.0";
version = "6.2.1";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
rev = "v${version}";
hash = "sha256-M2HBVC72RA0OUBUz8AaJMEsGMNrRzS2Kz8QLSplxP9o=";
tag = "v${version}";
hash = "sha256-idwCtAwXa7qNZlKE8KdS9cUgEOCSdf6tec0YuXINcl8=";
fetchSubmodules = true;
};