mirror of
https://github.com/nix-community/disko.git
synced 2024-11-05 06:04:20 +03:00
bcachefs: 2022-12-29 -> 2023-02-01
This commit is contained in:
parent
e1f892517e
commit
5f4651aa0b
@ -8,14 +8,14 @@
|
||||
} @ args:
|
||||
buildLinux (args // {
|
||||
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
|
||||
version = "6.1.0-2022-12-29";
|
||||
version = "6.1.0-2023-02-01";
|
||||
modDirVersion = "6.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "koverstreet";
|
||||
repo = "bcachefs";
|
||||
rev = "8f064a4cb5c7cce289b83d7a459e6d8620188b37";
|
||||
sha256 = "sha256-UgWAbYToauAjGrgeS+o6N42/oW0roICJIoJlEAHBRPk=";
|
||||
rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909";
|
||||
sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8=";
|
||||
};
|
||||
|
||||
kernelPatches = (args.kernelPatches or []) ++ [{
|
||||
|
Loading…
Reference in New Issue
Block a user