bcachefs-tools: mark as working on kernel 7.1

Upstream supported kernel 7.1 since 1.38.1:

daebabcc2e/Changelog.mdwn (L152-L162)
(cherry picked from commit b0c8003671)
This commit is contained in:
Charlotte 🦝 Deleńkec 2026-06-15 08:08:44 +01:00 committed by github-actions[bot]
commit 5ac3bef366

View file

@ -50,6 +50,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");
};
}