From 5f4651aa0be0f66378cf83d5ea3e3a84c64b0bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 1 Feb 2023 22:56:32 +0100 Subject: [PATCH] bcachefs: 2022-12-29 -> 2023-02-01 --- linux-testing-bcachefs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-testing-bcachefs.nix b/linux-testing-bcachefs.nix index 12529f9..c91cd41 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-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 []) ++ [{