From edcc636fd057a4393d8bdc49fefa0bebe805ccfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 14 Mar 2023 09:15:46 +0100 Subject: [PATCH] linux-bcachefs: 6.1.0-2023-02-01 -> 6.2.0-2023-03-13 --- linux-testing-bcachefs.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-testing-bcachefs.nix b/linux-testing-bcachefs.nix index ed54a29..e45ff81 100644 --- a/linux-testing-bcachefs.nix +++ b/linux-testing-bcachefs.nix @@ -8,14 +8,14 @@ } @ 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-13"; + modDirVersion = "6.2.0"; src = fetchFromGitHub { owner = "koverstreet"; repo = "bcachefs"; - rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909"; - sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8="; + rev = "dc2c35d5b4638fc3c569f7630da8782b096fb819"; + sha256 = "sha256-UsSEMeP/itLBzQR/mwt4lAR2rBmqJI9cKjZFI+Lb9cY="; }; kernelPatches = (args.kernelPatches or [ ]) ++ [{