about summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorPierre Roux <pierre.roux@onera.fr>2023-10-26 17:17:00 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-10-31 08:17:03 +0100
commit113bbeb1eb742396bb196e2bf8c429b6d432b80c (patch)
treeb40f1a8cb947176dd9b38b233134521ee15a0521 /pkgs/development/coq-modules
parentfc9f61fa96b64767169a6a06d91f4155e0035dd9 (diff)
downloadnixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar.gz
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar.bz2
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar.lz
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar.xz
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.tar.zst
nixlib-113bbeb1eb742396bb196e2bf8c429b6d432b80c.zip
fourcolor: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/fourcolor/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/fourcolor/default.nix b/pkgs/development/coq-modules/fourcolor/default.nix
index 195b73dea6fe..7d22abad7c7f 100644
--- a/pkgs/development/coq-modules/fourcolor/default.nix
+++ b/pkgs/development/coq-modules/fourcolor/default.nix
@@ -10,10 +10,12 @@ mkCoqDerivation {
   release."1.2.4".sha256 = "sha256-iSW2O1kuunvOqTolmGGXmsYTxo2MJYCdW3BnEhp6Ksg=";
   release."1.2.5".sha256 = "sha256-3qOPNCRjGK2UdHGMSqElpIXhAPVCklpeQgZwf9AFals=";
   release."1.3.0".sha256 = "sha256-h9pa6vaKT6jCEaIdEdcu0498Ou5kEXtZdb9P7WXK1DQ=";
+  release."1.3.1".sha256 = "sha256-wBizm1hJXPYBu0tHFNScQHd22FebsJYoggT5OlhY/zM=";
 
   inherit version;
   defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
-    { cases = [ (isGe "8.16") (isGe "2.0") ]; out = "1.3.0"; }
+    { cases = [ (isGe "8.16") (isGe "2.0") ]; out = "1.3.1"; }
+    { cases = [ (isGe "8.16") "2.0.0" ]; out = "1.3.0"; }
     { cases = [ (isGe "8.11") (range "1.12" "1.17") ]; out = "1.2.5"; }
     { cases = [ (isGe "8.11") (range "1.11" "1.14") ]; out = "1.2.4"; }
     { cases = [ (isLe "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) ]; out = "1.2.3"; }