Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

coqPackages.InfSeqExt: 20200131 → 20230107

(cherry picked from commit 8ecea0cc4d6f7292c342e05c00d63394f645aab2)

authored by

Vincent Laporte and committed by
Vincent Laporte
eebf5587 a62f7d91

+6 -1
+6 -1
pkgs/development/coq-modules/InfSeqExt/default.nix
··· 4 4 pname = "InfSeqExt"; 5 5 owner = "DistributedComponents"; 6 6 inherit version; 7 - defaultVersion = if lib.versions.range "8.5" "8.16" coq.version then "20200131" else null; 7 + defaultVersion = with lib.versions; lib.switch coq.version [ 8 + { case = range "8.9" "8.17"; out = "20230107"; } 9 + { case = range "8.5" "8.16"; out = "20200131"; } 10 + ] null; 11 + release."20230107".rev = "601e89ec019501c48c27fcfc14b9a3c70456e408"; 12 + release."20230107".sha256 = "sha256-YMBzVIsLkIC+w2TeyHrKe29eWLIxrH3wIMZqhik8p9I="; 8 13 release."20200131".rev = "203d4c20211d6b17741f1fdca46dbc091f5e961a"; 9 14 release."20200131".sha256 = "0xylkdmb2dqnnqinf3pigz4mf4zmczcbpjnn59g5g76m7f2cqxl0"; 10 15 preConfigure = ''