linuxPackages_latest.bcachefs: update for 6.18
https://github.com/koverstreet/bcachefs-tools/commit/456f73c36e0776f8da9ded8f0977fbce417beca0 Tools is now compatible with Kernel version 6.18
This commit is contained in:
@@ -38,11 +38,12 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit (bcachefs-tools.meta)
|
||||
homepage
|
||||
downloadPage
|
||||
license
|
||||
maintainers
|
||||
platforms
|
||||
;
|
||||
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "6.18");
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "6.19");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user