mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
linux-bcachefs: 6.1.0-2023-02-01 -> 6.2.0-2023-03-13
This commit is contained in:
parent
1233f5148c
commit
d348d0ad19
1 changed files with 5 additions and 4 deletions
|
@ -8,14 +8,15 @@
|
|||
} @ args:
|
||||
buildLinux (args // {
|
||||
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
|
||||
version = "6.1.0-2023-02-01";
|
||||
modDirVersion = "6.1.0";
|
||||
version = "6.2.0-2023-03-22";
|
||||
modDirVersion = "6.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "koverstreet";
|
||||
repo = "bcachefs";
|
||||
rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909";
|
||||
sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8=";
|
||||
|
||||
rev = "169b584fb4c8e51aa36e4b3284f9e2e5ce6f30e4";
|
||||
sha256 = "sha256-dHKyh5sI+uZ+lSQQRIuicW9ae6uFaJosLtUbiJuMMrI=";
|
||||
};
|
||||
|
||||
kernelPatches = (args.kernelPatches or [ ]) ++ [{
|
||||
|
|
Loading…
Reference in a new issue