coqPackages.corn: 8.13.0 → 8.16.0

authored by Vincent Laporte and committed by Vincent Laporte e2abc215 fa199fad

+4 -2
+4 -2
pkgs/development/coq-modules/corn/default.nix
··· 3 3 with lib; mkCoqDerivation rec { 4 4 pname = "corn"; 5 5 inherit version; 6 - defaultVersion = switch coq.coq-version [ 6 + defaultVersion = with versions; switch coq.coq-version [ 7 7 { case = "8.6"; out = "8.8.1"; } 8 - { case = (versions.range "8.7" "8.15"); out = "8.13.0"; } 8 + { case = (range "8.11" "8.16"); out = "8.16.0"; } 9 + { case = (range "8.7" "8.15"); out = "8.13.0"; } 9 10 ] null; 10 11 release = { 11 12 "8.8.1".sha256 = "0gh32j0f18vv5lmf6nb87nr5450w6ai06rhrnvlx2wwi79gv10wp"; 12 13 "8.12.0".sha256 = "0b92vhyzn1j6cs84z2182fn82hxxj0bqq7hk6cs4awwb3vc7dkhi"; 13 14 "8.13.0".sha256 = "1wzr7mdsnf1rq7q0dvmv55vxzysy85b00ahwbs868bl7m8fk8x5b"; 15 + "8.16.0".sha256 = "sha256-ZE/EEIndxHfo/9Me5NX4ZfcH0ZAQ4sRfZY7LRZfLXBQ="; 14 16 }; 15 17 16 18 preConfigure = "patchShebangs ./configure.sh";