Skip to content

Commit

Permalink
aiger: fix stupid incorrect download link
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Oct 16, 2017
1 parent 6838762 commit cd52a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/science/logic/aiger/default.nix
Expand Up @@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.9.9";

src = fetchurl {
url = "http://fmv.jku/aiger/${name}.tar.gz";
url = "http://fmv.jku.at/aiger/${name}.tar.gz";
sha256 = "1ish0dw0nf9gyghxsdhpy1jjiy5wp54c993swp85xp7m6vdx6l0y";
};

Expand Down

0 comments on commit cd52a3d

Please sign in to comment.