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
commit 63d58aaf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''