mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
Merge #134
134: Update bcachefs r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
e97f8b7ab7
1 changed files with 3 additions and 3 deletions
|
|
@ -8,14 +8,14 @@
|
||||||
} @ 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.1.0-2022-12-29";
|
version = "6.1.0-2023-02-01";
|
||||||
modDirVersion = "6.1.0";
|
modDirVersion = "6.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koverstreet";
|
owner = "koverstreet";
|
||||||
repo = "bcachefs";
|
repo = "bcachefs";
|
||||||
rev = "8f064a4cb5c7cce289b83d7a459e6d8620188b37";
|
rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909";
|
||||||
sha256 = "sha256-UgWAbYToauAjGrgeS+o6N42/oW0roICJIoJlEAHBRPk=";
|
sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = (args.kernelPatches or []) ++ [{
|
kernelPatches = (args.kernelPatches or []) ++ [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue