about summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-07-26 06:42:48 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-07-27 05:24:26 +0200
commitd54c57e93c7d5ba088db2e191c912ccffb137c66 (patch)
treeb0983394950f17f22b1a3660ecf8ab3e633c6cc0 /pkgs/development/coq-modules
parent38bfa587724e3490c47d11ee67ca5e264ecadc19 (diff)
downloadnixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar.gz
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar.bz2
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar.lz
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar.xz
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.tar.zst
nixlib-d54c57e93c7d5ba088db2e191c912ccffb137c66.zip
coqPackages.coq-ext-lib: 0.11.7 → 0.11.8
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/coq-ext-lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/coq-ext-lib/default.nix b/pkgs/development/coq-modules/coq-ext-lib/default.nix
index 8991787873ff..297beaf950e0 100644
--- a/pkgs/development/coq-modules/coq-ext-lib/default.nix
+++ b/pkgs/development/coq-modules/coq-ext-lib/default.nix
@@ -5,7 +5,7 @@ mkCoqDerivation rec {
   owner = "coq-ext-lib";
   inherit version;
   defaultVersion = with lib.versions; lib.switch coq.coq-version [
-    { case = range "8.11" "8.17"; out = "0.11.7"; }
+    { case = range "8.11" "8.17"; out = "0.11.8"; }
     { case = range "8.8" "8.16"; out = "0.11.6"; }
     { case = range "8.8" "8.14"; out = "0.11.4"; }
     { case = range "8.8" "8.13"; out = "0.11.3"; }
@@ -13,6 +13,7 @@ mkCoqDerivation rec {
     { case = "8.6";              out = "0.9.5"; }
     { case = "8.5";              out = "0.9.4"; }
   ] null;
+  release."0.11.8".sha256 = "sha256-uUBKJb7XjRnyb7rCisZrDcaDdsp1Bv1lXDIU3Ce8e5k=";
   release."0.11.7".sha256 = "sha256-HkxUny0mxDDT4VouBBh8btwxGZgsb459kBufTLLnuEY=";
   release."0.11.6".sha256 = "0w6iyrdszz7zc8kaybhy3mwjain2d2f83q79xfd5di0hgdayh7q7";
   release."0.11.4".sha256 = "0yp8mhrhkc498nblvhq1x4j6i9aiidkjza4wzvrkp9p8rgx5g5y3";