about summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-08 12:01:36 +0000
committerGitHub <noreply@github.com>2023-12-08 12:01:36 +0000
commit367355c96657f81fcedc3cd86d4657b29fab089e (patch)
tree3006bf60b9c1e5df668150cc8fa3d7b9d5f05839 /pkgs/development/coq-modules
parent1287e59c065d7cc330201e5cfe0825cc289bb5da (diff)
parenteeee184c00a7e542d2a837252a0ed4e74dd27dc5 (diff)
downloadnixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar.gz
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar.bz2
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar.lz
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar.xz
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.tar.zst
nixlib-367355c96657f81fcedc3cd86d4657b29fab089e.zip
Merge master into staging-next
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 54ef3f8b0f36..5d39e4f0c3c7 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.18"; out = "0.11.8"; }
+    { case = range "8.11" "8.18"; out = "0.12.0"; }
     { 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.12.0".sha256 = "sha256-9szpnWoS83bDc+iLqElfgz0LNRo9hSRQwUFIgpTca4c=";
   release."0.11.8".sha256 = "sha256-uUBKJb7XjRnyb7rCisZrDcaDdsp1Bv1lXDIU3Ce8e5k=";
   release."0.11.7".sha256 = "sha256-HkxUny0mxDDT4VouBBh8btwxGZgsb459kBufTLLnuEY=";
   release."0.11.6".sha256 = "0w6iyrdszz7zc8kaybhy3mwjain2d2f83q79xfd5di0hgdayh7q7";