Skip to content

Commit 43ebfb5

Browse files
committedOct 18, 2017
coqPackages.flocq: 2.5.2 -> 2.6.0
1 parent 346fa91 commit 43ebfb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/coq-modules/flocq/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
stdenv.mkDerivation rec {
44

55
name = "coq${coq.coq-version}-flocq-${version}";
6-
version = "2.5.2";
6+
version = "2.6.0";
77

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.