Skip to content

Commit

Permalink
libelf: fix download url (#65576)
Browse files Browse the repository at this point in the history
(cherry picked from commit 179ab19)
  • Loading branch information
vitaliy-zinchenko authored and veprbl committed Jul 30, 2019
1 parent defa89f commit 31d476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libelf/default.nix
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "libelf-0.8.13";

src = fetchurl {
url = "http://www.mr511.de/software/${name}.tar.gz";
url = "https://fossies.org/linux/misc/old/${name}.tar.gz";
sha256 = "0vf7s9dwk2xkmhb79aigqm0x0yfbw1j0b9ksm51207qwr179n6jr";
};

Expand Down

0 comments on commit 31d476b

Please sign in to comment.