linux-bcachefs: 6.1.0-2023-02-01 -> 6.2.0-2023-03-13

This commit is contained in:
Jörg Thalheim 2023-03-14 09:15:46 +01:00
parent 1233f5148c
commit edcc636fd0

View file

@ -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-2023-02-01"; version = "6.2.0-2023-03-13";
modDirVersion = "6.1.0"; modDirVersion = "6.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "koverstreet"; owner = "koverstreet";
repo = "bcachefs"; repo = "bcachefs";
rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909"; rev = "dc2c35d5b4638fc3c569f7630da8782b096fb819";
sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8="; sha256 = "sha256-UsSEMeP/itLBzQR/mwt4lAR2rBmqJI9cKjZFI+Lb9cY=";
}; };
kernelPatches = (args.kernelPatches or [ ]) ++ [{ kernelPatches = (args.kernelPatches or [ ]) ++ [{