mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bcachefs-tools: mark as working on kernel 7.1
Upstream supported kernel 7.1 since 1.38.1:
daebabcc2e/Changelog.mdwn (L152-L162)
This commit is contained in:
parent
2a54d34b17
commit
b0c8003671
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ stdenv.mkDerivation {
|
|||
platforms
|
||||
;
|
||||
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.1");
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.2");
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue