mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
linuxPackages_latest.bcachefs: update for 6.18
456f73c36eTools is now compatible with Kernel version 6.18 (cherry picked from commit80776b6dc9)
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