mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
valgrind: remove pname substitution
This commit is contained in:
parent
4f72341536
commit
b54e4a6c05
1 changed files with 1 additions and 1 deletions
|
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue