summary refs log tree commit diff
path: root/pkgs/applications/science/logic/coq/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-04-18 07:52:49 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-04-18 14:37:04 +0200
commit76a43d765cc9d5ed31d275abfe28b52f842f6b15 (patch)
treeec12937913180a8a1a2f4427afde4a0e4e6a7adb /pkgs/applications/science/logic/coq/default.nix
parent9822c0061601698e538a6dd03433805adb1d8fbc (diff)
downloadnixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar.gz
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar.bz2
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar.lz
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar.xz
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.tar.zst
nixpkgs-76a43d765cc9d5ed31d275abfe28b52f842f6b15.zip
coq: 8.8+beta1 -> 8.8.0
Diffstat (limited to 'pkgs/applications/science/logic/coq/default.nix')
-rw-r--r--pkgs/applications/science/logic/coq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix
index 2c785472114..b989b1eb974 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/pkgs/applications/science/logic/coq/default.nix
@@ -22,7 +22,7 @@ let
    "8.7.0"     = "1h18b7xpnx3ix9vsi5fx4zdcbxy7bhra7gd5c5yzxmk53cgf1p9m";
    "8.7.1"     = "0gjn59jkbxwrihk8fx9d823wjyjh5m9gvj9l31nv6z6bcqhgdqi8";
    "8.7.2"     = "0a0657xby8wdq4aqb2xsxp3n7pmc2w4yxjmrb2l4kccs1aqvaj4w";
-   "8.8+beta1" = "19ipmx6bf8wjpk8y29hcginxk7hps4jh1bbihn5icx4qysm81165";
+   "8.8.0" = "13a4fka22hdxsjk11mgjb9ffzplfxyxp1sg5v1c8nk1grxlscgw8";
   }."${version}";
   coq-version = builtins.substring 0 3 version;
   camlp5 = ocamlPackages.camlp5_strict;