valgrind: remove pname substitution

This commit is contained in:
Sandro 2026-05-19 02:38:41 +02:00 committed by GitHub
commit b54e4a6c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
version = "3.27.0";
src = fetchurl {
url = "https://sourceware.org/pub/${pname}/${pname}-${version}.tar.bz2";
url = "https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2";
hash = "sha256-W1k33oJX7o9RaY6nG5cRrc6YBhqgfapKaF78OvkhW+8=";
};