Skip to content

Commit ac8941d

Browse files
proux01vbgl
authored andcommitted
coqPackages.hierarchy-builder: 1.7.1 -> 1.8.0
1 parent 8210f90 commit ac8941d

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/coq-modules/hierarchy-builder

1 file changed

+2
-0
lines changed

pkgs/development/coq-modules/hierarchy-builder/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ let hb = mkCoqDerivation {
55
owner = "math-comp";
66
inherit version;
77
defaultVersion = with lib.versions; lib.switch coq.coq-version [
8+
{ case = range "8.19" "8.20"; out = "1.8.0"; }
89
{ case = range "8.18" "8.20"; out = "1.7.1"; }
910
{ case = range "8.16" "8.18"; out = "1.6.0"; }
1011
{ case = range "8.15" "8.18"; out = "1.5.0"; }
@@ -13,6 +14,7 @@ let hb = mkCoqDerivation {
1314
{ case = range "8.12" "8.13"; out = "1.1.0"; }
1415
{ case = isEq "8.11"; out = "0.10.0"; }
1516
] null;
17+
release."1.8.0".sha256 = "sha256-4s/4ZZKj5tiTtSHGIM8Op/Pak4Vp52WVOpd4l9m19fY=";
1618
release."1.7.1".sha256 = "sha256-MCmOzMh/SBTFAoPbbIQ7aqd3hMcSMpAKpiZI7dbRaGs=";
1719
release."1.7.0".sha256 = "sha256-WqSeuJhmqicJgXw/xGjGvbRzfyOK7rmkVRb6tPDTAZg=";
1820
release."1.6.0".sha256 = "sha256-E8s20veOuK96knVQ7rEDSt8VmbtYfPgItD0dTY/mckg=";

0 commit comments

Comments
 (0)