Merge pull request #133140 from r-ryantm/auto-update/grc

grc: 1.12 -> 1.13
This commit is contained in:
Artturi
2021-08-08 16:47:20 +03:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
buildPythonApplication rec {
pname = "grc";
version = "1.12";
version = "1.13";
format = "other";
src = fetchFromGitHub {
owner = "garabik";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XJj1j6sDt0iL3U6uMbB1j0OfpXRdP+x66gc6sKxrQIA=";
sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl";
};
postPatch = ''