iproute2: stop substitutung pname

This commit is contained in:
Sandro
2026-06-19 14:06:46 +02:00
committed by GitHub
parent ef9a5555f4
commit b73c4eaf76
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
version = "7.1.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
url = "mirror://kernel/linux/utils/net/iproute2/iproute2-${version}.tar.xz";
hash = "sha256-/Z+huVgJQXFXyoPdcpV+MmG9vOiWNTy5NvgK8LM6S1w=";
};