nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

coqPackages.bignums: 8.18 -> 8.19

+2 -1
+2 -1
pkgs/development/coq-modules/bignums/default.nix
··· 5 5 owner = "coq"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.13" "8.18"; out = "9.0.0+coq${coq.coq-version}"; } 8 + { case = range "8.13" "8.19"; out = "9.0.0+coq${coq.coq-version}"; } 9 9 { case = range "8.6" "8.17"; out = "${coq.coq-version}.0"; } 10 10 ] null; 11 11 12 + release."9.0.0+coq8.19".sha256 = "sha256-02uL+qWbUveHe67zKfc8w3U0iN3X2DKBsvP3pKpW8KQ="; 12 13 release."9.0.0+coq8.18".sha256 = "sha256-vLeJ0GNKl4M84Uj2tAwlrxJOSR6VZoJQvdlDhxJRge8="; 13 14 release."9.0.0+coq8.17".sha256 = "sha256-Mn85LqxJKPDIfpxRef9Uh5POwOKlTQ7jsMVz1wnQwuY="; 14 15 release."9.0.0+coq8.16".sha256 = "sha256-pwFTl4Unr2ZIirAB3HTtfhL2YN7G/Pg88RX9AhKWXbE=";