Skip to content

Commit

Permalink
Merge pull request #8621 from deepfire/master
Browse files Browse the repository at this point in the history
libev:  make the url stable
  • Loading branch information
pSub committed Jul 4, 2015
2 parents 11756cf + c1dd501 commit faa4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libev-${version}";
version="4.19";
src = fetchurl {
url = "http://dist.schmorp.de/libev/${name}.tar.gz";
url = "http://dist.schmorp.de/libev/Attic/${name}.tar.gz";
sha256 = "1jyw7qbl0spxqa0dccj9x1jsw7cj7szff43cq4acmklnra4mzz48";
};

Expand Down

0 comments on commit faa4683

Please sign in to comment.