coqPackages.coq-record-update: mark as compatible with Coq 8.15
This commit is contained in:
parent
e290bc12f7
commit
ec85449f80
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@ with lib; mkCoqDerivation rec {
|
|||
owner = "tchajed";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.14"; out = "0.3.0"; }
|
||||
{ case = range "8.10" "8.15"; out = "0.3.0"; }
|
||||
] null;
|
||||
release."0.3.0".sha256 = "1ffr21dd6hy19gxnvcd4if2450iksvglvkd6q5713fajd72hmc0z";
|
||||
releaseRev = v: "v${v}";
|
||||
buildFlags = "NO_TEST=1";
|
||||
meta = {
|
||||
description = "Library to create Coq record update functions";
|
||||
maintainers = with maintainers; [ ineol ];
|
||||
|
|
Loading…
Reference in a new issue