lol

grc: 1.12 -> 1.13

+2 -2
+2 -2
pkgs/tools/misc/grc/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "grc"; 5 - version = "1.12"; 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 - sha256 = "sha256-XJj1j6sDt0iL3U6uMbB1j0OfpXRdP+x66gc6sKxrQIA="; 12 + sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl"; 13 13 }; 14 14 15 15 postPatch = ''