coqPackages.corn: c366d3f01ec1812b145117a4da940518b092d3a6 -> 8.13.0

Fix to use a released version.

authored by Théo Zimmermann and committed by Vincent Laporte 1eebd963 4ee9590d

+2 -3
+2 -3
pkgs/development/coq-modules/corn/default.nix
··· 5 inherit version; 6 defaultVersion = switch coq.coq-version [ 7 { case = "8.6"; out = "8.8.1"; } 8 - { case = (versions.range "8.7" "8.12"); out = "8.12.0"; } 9 - { case = (versions.range "8.13" "8.13"); out = "c366d3f01ec1812b145117a4da940518b092d3a6"; } 10 ] null; 11 release = { 12 "8.8.1".sha256 = "0gh32j0f18vv5lmf6nb87nr5450w6ai06rhrnvlx2wwi79gv10wp"; 13 "8.12.0".sha256 = "0b92vhyzn1j6cs84z2182fn82hxxj0bqq7hk6cs4awwb3vc7dkhi"; 14 - "c366d3f01ec1812b145117a4da940518b092d3a6".sha256 = "1wzr7mdsnf1rq7q0dvmv55vxzysy85b00ahwbs868bl7m8fk8x5b"; 15 }; 16 17 preConfigure = "patchShebangs ./configure.sh";
··· 5 inherit version; 6 defaultVersion = switch coq.coq-version [ 7 { case = "8.6"; out = "8.8.1"; } 8 + { case = (versions.range "8.7" "8.13"); out = "8.13.0"; } 9 ] null; 10 release = { 11 "8.8.1".sha256 = "0gh32j0f18vv5lmf6nb87nr5450w6ai06rhrnvlx2wwi79gv10wp"; 12 "8.12.0".sha256 = "0b92vhyzn1j6cs84z2182fn82hxxj0bqq7hk6cs4awwb3vc7dkhi"; 13 + "8.13.0".sha256 = "1wzr7mdsnf1rq7q0dvmv55vxzysy85b00ahwbs868bl7m8fk8x5b"; 14 }; 15 16 preConfigure = "patchShebangs ./configure.sh";