tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zsh-abbr: 5.1.0 -> 5.2.0
Icy-Thought
2 years ago
3b430d5a
cf813b03
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
zsh-abbr
default.nix
+2
-2
pkgs/shells/zsh/zsh-abbr/default.nix
···
5
5
}:
6
6
stdenv.mkDerivation rec {
7
7
pname = "zsh-abbr";
8
8
-
version = "5.1.0";
8
8
+
version = "5.2.0";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "olets";
12
12
repo = "zsh-abbr";
13
13
rev = "v${version}";
14
14
-
hash = "sha256-iKL2vn7TmQr78y0Bn02DgNf9DS5jZyh6uK9MzYTFZaA";
14
14
+
hash = "sha256-MvxJkEbJKMmYRku/RF6ayOb7u7NI4HZehO8ty64jEnE=";
15
15
};
16
16
17
17
strictDeps = true;