We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 346fa91 commit 43ebfb5Copy full SHA for 43ebfb5
pkgs/development/coq-modules/flocq/default.nix
@@ -3,11 +3,11 @@
3
stdenv.mkDerivation rec {
4
5
name = "coq${coq.coq-version}-flocq-${version}";
6
- version = "2.5.2";
+ version = "2.6.0";
7
8
src = fetchurl {
9
- url = https://gforge.inria.fr/frs/download.php/file/36199/flocq-2.5.2.tar.gz;
10
- sha256 = "0h5mlasirfzc0wwn2isg4kahk384n73145akkpinrxq5jsn5d22h";
+ url = https://gforge.inria.fr/frs/download.php/file/37054/flocq-2.6.0.tar.gz;
+ sha256 = "13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3";
11
};
12
13
buildInputs = [ coq.ocaml coq.camlp5 bash which autoconf automake ];
0 commit comments