Skip to content

Commit

Permalink
coqPackages.gappalib: 1.4.1 → 1.4.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 95b35a2)
  • Loading branch information
vbgl committed Apr 29, 2020
1 parent dacf6ca commit d6f7778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/coq-modules/gappalib/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, which, coq, flocq }:

stdenv.mkDerivation {
name = "coq${coq.coq-version}-gappalib-1.4.1";
name = "coq${coq.coq-version}-gappalib-1.4.3";
src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/37917/gappalib-coq-1.4.1.tar.gz;
sha256 = "0d3f23a871haglg8hq1jgxz3y5nryiwy12b5xfnfjn279jfqqjw4";
url = "https://gforge.inria.fr/frs/download.php/file/38302/gappalib-coq-1.4.3.tar.gz";
sha256 = "108k9dks04wbcqz38pf0zz11hz5imbzimpnkgjrk5gp1hifih370";
};

nativeBuildInputs = [ which ];
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation {
};

passthru = {
compatibleCoqVersions = stdenv.lib.flip builtins.elem [ "8.7" "8.8" "8.9" ];
compatibleCoqVersions = stdenv.lib.flip builtins.elem [ "8.8" "8.9" "8.10" "8.11" ];
};

}

0 comments on commit d6f7778

Please sign in to comment.