Skip to content

Commit

Permalink
coqPackages.flocq: 2.5.1 -> 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 14, 2017
1 parent d241394 commit f537f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/coq-modules/flocq/default.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {

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

src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/35430/flocq-2.5.1.tar.gz;
sha256 = "1a0gznvg32ckxgs3jzznc1368p8x2ny4vfwrnavb3h0ljcl1mlzy";
url = https://gforge.inria.fr/frs/download.php/file/36199/flocq-2.5.2.tar.gz;
sha256 = "0h5mlasirfzc0wwn2isg4kahk384n73145akkpinrxq5jsn5d22h";
};

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

0 comments on commit f537f84

Please sign in to comment.