libelf: fix download url (#65576)
This commit is contained in:
committed by
Dmitry Kalinkin
parent
a1d9aca602
commit
179ab19856
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "libelf-0.8.13";
|
name = "libelf-0.8.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.mr511.de/software/${name}.tar.gz";
|
url = "https://fossies.org/linux/misc/old/${name}.tar.gz";
|
||||||
sha256 = "0vf7s9dwk2xkmhb79aigqm0x0yfbw1j0b9ksm51207qwr179n6jr";
|
sha256 = "0vf7s9dwk2xkmhb79aigqm0x0yfbw1j0b9ksm51207qwr179n6jr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user