mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
linux_testing_bcachefs: unstable-2022-04-08 -> unstable-2022-04-25
(cherry picked from commit 064da2621a)
This commit is contained in:
committed by
github-actions[bot]
parent
9e49886b3d
commit
da75f08839
@@ -1,9 +1,9 @@
|
||||
{ lib
|
||||
, fetchpatch
|
||||
, kernel
|
||||
, date ? "2022-04-08"
|
||||
, commit ? "6ddf061e68560a2bb263b126af7e894a6c1afb5f"
|
||||
, diffHash ? "1nkrr1cxavw0rqxlyiz7pf9igvqay0d5kk7194v9ph3fcp9rz5kc"
|
||||
, date ? "2022-04-25"
|
||||
, commit ? "bdf6d7c1350497bc7b0be6027a51d9330645672d"
|
||||
, diffHash ? "09bcbklvfj9i9czjdpix2iz7fvjksmavaljx8l92ay1i9fapjmhc"
|
||||
, kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage
|
||||
, argsOverride ? {}
|
||||
, ...
|
||||
@@ -17,7 +17,6 @@
|
||||
extraMeta = {
|
||||
branch = "master";
|
||||
maintainers = with lib.maintainers; [ davidak Madouura ];
|
||||
broken = true;
|
||||
};
|
||||
} // argsOverride;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user