zsh-abbr: 6.2.1 -> 6.3.2
This commit is contained in:
parent
cb8ff21c23
commit
e7036499c6
@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zsh-abbr";
|
pname = "zsh-abbr";
|
||||||
version = "6.2.1";
|
version = "6.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "olets";
|
owner = "olets";
|
||||||
repo = "zsh-abbr";
|
repo = "zsh-abbr";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-idwCtAwXa7qNZlKE8KdS9cUgEOCSdf6tec0YuXINcl8=";
|
hash = "sha256-XSmDcAMovQ4sDLp6e1PeRlvU7bY6rl7wbCh66VsUBD0=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user