tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
grml-zsh-config: 0.19.3 -> 0.19.4
R. Ryantm
3 years ago
d0f88f3e
ae24d583
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
grml-zsh-config
default.nix
+2
-2
pkgs/shells/zsh/grml-zsh-config/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
pname = "grml-zsh-config";
8
8
-
version = "0.19.3";
8
8
+
version = "0.19.4";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "grml";
12
12
repo = "grml-etc-core";
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-/WNBZcLGtlAsPKQpV8AMFgZZVHc2yMlCbvGmbH4BLfY=";
14
14
+
sha256 = "sha256-2TAhs2/yAVAU35IeVfT/68xLt9QZ4fLxMQjxnbCfBKs=";
15
15
};
16
16
17
17
strictDeps = true;