grc: remove pname refrence

This commit is contained in:
awwpotato
2025-08-06 12:16:48 -07:00
parent 0b4bb3b3d3
commit 1c25fa62c2
+1 -1
View File
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "garabik";
repo = pname;
repo = "grc";
rev = "v${version}";
sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl";
};