mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge #259
259: linux-testing-bcachefs: 6.3.0-2023-05-02 -> 6.3.0-2023-05-21 r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
5d9f362aec
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
} @ args:
|
} @ args:
|
||||||
buildLinux (args // {
|
buildLinux (args // {
|
||||||
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
|
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
|
||||||
version = "6.3.0-2023-05-02";
|
version = "6.3.0-2023-05-21";
|
||||||
|
|
||||||
modDirVersion = "6.3.0";
|
modDirVersion = "6.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koverstreet";
|
owner = "koverstreet";
|
||||||
repo = "bcachefs";
|
repo = "bcachefs";
|
||||||
rev = "ccc8737427a33228cd43d79dd0c7ed6903dedff0";
|
rev = "baaa442cb4abfea84549a3cee863829ee06fb615";
|
||||||
sha256 = "sha256-jqTFE9OZg1GU/W7GnHjtLRfu/l0LYMa3ynHtruY62Og=";
|
sha256 = "sha256-c3WQpUopfqHNkmrDS3WDW4WxXIiKobjbNLjwCQSh0zA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = (args.kernelPatches or [ ]) ++ [{
|
kernelPatches = (args.kernelPatches or [ ]) ++ [{
|
||||||
|
|
Loading…
Reference in a new issue