summary refs log tree commit diff
path: root/pkgs/development/coq-modules/metacoq
diff options
context:
space:
mode:
authorKenji Maillard <kenji@maillard.blue>2022-09-22 15:47:09 +0200
committerKenji Maillard <kenji@maillard.blue>2022-09-27 11:08:04 +0200
commitfb3c48614fe70a547f2a87ac797657768c56ff9c (patch)
tree2882b71c5353c8de56fa73f7caa48a8bd63117d7 /pkgs/development/coq-modules/metacoq
parent0ba507689d6d614ba79c2562dbaa21b19f4626b0 (diff)
downloadnixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar.gz
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar.bz2
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar.lz
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar.xz
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.tar.zst
nixpkgs-fb3c48614fe70a547f2a87ac797657768c56ff9c.zip
Add metacoq 1.1 release
Diffstat (limited to 'pkgs/development/coq-modules/metacoq')
-rw-r--r--pkgs/development/coq-modules/metacoq/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/development/coq-modules/metacoq/default.nix b/pkgs/development/coq-modules/metacoq/default.nix
index 9eca682b9f9..ab036add60b 100644
--- a/pkgs/development/coq-modules/metacoq/default.nix
+++ b/pkgs/development/coq-modules/metacoq/default.nix
@@ -10,9 +10,9 @@ let
       { case = "8.12"; out = "1.0-beta2-8.12"; }
       # Do not provide 8.13 because it does not compile with equations 1.3 provided by default (only 1.2.3)
       # { case = "8.13"; out = "1.0-beta2-8.13"; }
-      { case = "8.14"; out = "1.0-8.14"; }
-      { case = "8.15"; out = "1.0-8.15"; }
-      { case = "8.16"; out = "1.0-8.16"; }
+      { case = "8.14"; out = "1.1-8.14"; }
+      { case = "8.15"; out = "1.1-8.15"; }
+      { case = "8.16"; out = "1.1-8.16"; }
     ] null;
   release = {
     "1.0-beta2-8.11".sha256 = "sha256-I9YNk5Di6Udvq5/xpLSNflfjRyRH8fMnRzbo3uhpXNs=";
@@ -21,6 +21,9 @@ let
     "1.0-8.14".sha256 = "sha256-iRnaNeHt22JqxMNxOGPPycrO9EoCVjusR2s0GfON1y0=";
     "1.0-8.15".sha256 = "sha256-8RUC5dHNfLJtJh+IZG4nPTAVC8ZKVh2BHedkzjwLf/k=";
     "1.0-8.16".sha256 = "sha256-7rkCAN4PNnMgsgUiiLe2TnAliknN75s2SfjzyKCib/o=";
+    "1.1-8.14".sha256 = "sha256-6vViCNQl6BnGgOHX3P/OLfFXN4aUfv4RbDokfz2BgQI=";
+    "1.1-8.15".sha256 = "sha256-qCD3wFW4E+8vSVk4XoZ0EU4PVya0al+JorzS9nzmR/0=";
+    "1.1-8.16".sha256 = "sha256-cTK4ptxpPPlqxAhasZFX3RpSlsoTZwhTqs2A3BZy9sA=";
   };
   releaseRev = v: "v${v}";