tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
grc: 1.12 -> 1.13
R. RyanTM
4 years ago
1f714c82
3a3f8263
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
grc
default.nix
+2
-2
pkgs/tools/misc/grc/default.nix
···
2
2
3
3
buildPythonApplication rec {
4
4
pname = "grc";
5
5
-
version = "1.12";
5
5
+
version = "1.13";
6
6
format = "other";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "garabik";
10
10
repo = pname;
11
11
rev = "v${version}";
12
12
-
sha256 = "sha256-XJj1j6sDt0iL3U6uMbB1j0OfpXRdP+x66gc6sKxrQIA=";
12
12
+
sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl";
13
13
};
14
14
15
15
postPatch = ''