Skip to content

Commit

Permalink
coqPackages.interval: fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Aug 11, 2017
1 parent 47d9b48 commit 6f9d84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/coq-modules/interval/default.nix
Expand Up @@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "coq${coq.coq-version}-interval-3.1.1";

src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/36342/interval-3.1.1.tar.gz;
sha256 = "0jzkb0xykiz9bfaminy9yd88b5w0gxcpw506yaaqmnmb43gdksyf";
url = https://gforge.inria.fr/frs/download.php/file/36723/interval-3.1.1.tar.gz;
sha256 = "1sqsf075c7s98mwi291bhnrv5fgd7brrqrzx51747394hndlvfw3";
};

nativeBuildInputs = [ which ];
Expand Down

0 comments on commit 6f9d84f

Please sign in to comment.