lol

coqPackages.addition-chains: 0.4 -> 0.5

+4 -2
+4 -2
pkgs/development/coq-modules/addition-chains/default.nix
··· 6 6 pname = "addition-chains"; 7 7 repo = "hydra-battles"; 8 8 9 - release."0.4".sha256 = "sha256:1f7pc4w3kir4c9p0fjx5l77401bx12y72nmqxrqs3qqd3iynvqlp"; 9 + release."0.4".sha256 = "1f7pc4w3kir4c9p0fjx5l77401bx12y72nmqxrqs3qqd3iynvqlp"; 10 + release."0.5".sha256 = "121pcbn6v59l0c165ha9n00whbddpy11npx2y9cn7g879sfk2nqk"; 10 11 releaseRev = (v: "v${v}"); 11 12 12 13 inherit version; 13 14 defaultVersion = with versions; switch coq.coq-version [ 14 - { case = isGe "8.11"; out = "0.4"; } 15 + { case = range "8.13" "8.14"; out = "0.5"; } 16 + { case = range "8.11" "8.12"; out = "0.4"; } 15 17 ] null; 16 18 17 19 propagatedBuildInputs = [ mathcomp-ssreflect mathcomp-algebra paramcoq ];