Skip to content

Commit

Permalink
coqPackages.flocq: 2.5.2 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 18, 2017
1 parent 346fa91 commit 43ebfb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/coq-modules/flocq/default.nix
Expand Up @@ -3,11 +3,11 @@
stdenv.mkDerivation rec {

name = "coq${coq.coq-version}-flocq-${version}";
version = "2.5.2";
version = "2.6.0";

src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/36199/flocq-2.5.2.tar.gz;
sha256 = "0h5mlasirfzc0wwn2isg4kahk384n73145akkpinrxq5jsn5d22h";
url = https://gforge.inria.fr/frs/download.php/file/37054/flocq-2.6.0.tar.gz;
sha256 = "13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3";
};

buildInputs = [ coq.ocaml coq.camlp5 bash which autoconf automake ];
Expand Down

0 comments on commit 43ebfb5

Please sign in to comment.