linuxPackages.bcachefs: support kernel 7.2

(cherry picked from commit 1e9013a7fd)
This commit is contained in:
qubitnano
2026-07-03 11:14:05 -04:00
committed by github-actions[bot]
parent 81a60f55a7
commit 6bdb6c023f

View File

@@ -52,6 +52,6 @@ stdenv.mkDerivation {
platforms
;
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.2");
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.3");
};
}