Skip to content

Commit

Permalink
coqPackages.category-theory: 20211213 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 5, 2022
1 parent b7a4725 commit 4076104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/coq-modules/category-theory/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ with lib; mkCoqDerivation {
pname = "category-theory";
owner = "jwiegley";

release."1.0.0".sha256 = "sha256-qPgho4/VcL3vyMPJAMXXdqhYPEbNeXSZsoWbA/lGek4=";
release."20211213".rev = "449e30e929d56f6f90c22af2c91ffcc4d79837be";
release."20211213".sha256 = "sha256:0vgfmph5l1zn6j4b851rcm43s8y9r83swsz07rpzhmfg34pk0nl0";
release."20210730".rev = "d87937faaf7460bcd6985931ac36f551d67e11af";
Expand All @@ -16,6 +17,7 @@ with lib; mkCoqDerivation {

inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.14" "8.16"; out = "1.0.0"; }
{ case = range "8.10" "8.15"; out = "20211213"; }
{ case = range "8.8" "8.9"; out = "20190414"; }
{ case = range "8.6" "8.7"; out = "20180709"; }
Expand Down

0 comments on commit 4076104

Please sign in to comment.