grc: 1.12 -> 1.13

This commit is contained in:
R. RyanTM 2021-08-08 13:03:21 +00:00
parent 3a3f82631f
commit 1f714c8205

View file

@ -2,14 +2,14 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "grc"; pname = "grc";
version = "1.12"; version = "1.13";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "garabik"; owner = "garabik";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-XJj1j6sDt0iL3U6uMbB1j0OfpXRdP+x66gc6sKxrQIA="; sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl";
}; };
postPatch = '' postPatch = ''