linux_testing_bcachefs: 2022-10-31 -> 2022-12-29

This commit is contained in:
Jörg Thalheim 2023-01-01 19:51:23 +01:00
parent 5d986f42d9
commit dda48a5044
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
{ lib { lib
, fetchpatch , fetchpatch
, kernel , kernel
, commitDate ? "2022-10-31" , commitDate ? "2022-12-29"
, currentCommit ? "77c27f28aa58e9d9037eb68c87d3283f68c371f7" , currentCommit ? "8f064a4cb5c7cce289b83d7a459e6d8620188b37"
, diffHash ? "sha256-TUpI9z0ac3rjn2oT5Z7oQXevDKbGwTVjyigS5/aGwgQ=" , diffHash ? "sha256-RnlM7uOSWhFHG1aj5BOjrfRtoZfbx+tqQw1V49nW5vw="
, kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage , kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage
, argsOverride ? {} , argsOverride ? {}
, ... , ...

View File

@ -184,7 +184,7 @@ in {
else testing; else testing;
linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec { linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec {
kernel = linux_6_0; kernel = linux_6_1;
kernelPatches = kernel.kernelPatches; kernelPatches = kernel.kernelPatches;
}; };