bcachefs-tools: mark as working on kernel 7.1

Upstream supported kernel 7.1 since 1.38.1:

https://github.com/koverstreet/bcachefs-tools/blob/daebabcc2e42877a2b59ab9d0c786aec679b93ca/Changelog.mdwn?plain=1#L152-L162
This commit is contained in:
Charlotte 🦝 Deleńkec
2026-06-15 08:08:44 +01:00
parent 2a54d34b17
commit b0c8003671
@@ -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");
};
}