From 97d546372cef1822b4280f45f4247a3431eaf8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 4 May 2023 10:23:23 +0200 Subject: [PATCH] linux-testing-bcachefs: 6.2.0-2023-04-15 -> 6.3.0-2023-05-02 --- linux-testing-bcachefs.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/linux-testing-bcachefs.nix b/linux-testing-bcachefs.nix index 6135ae1..ac8d828 100644 --- a/linux-testing-bcachefs.nix +++ b/linux-testing-bcachefs.nix @@ -7,14 +7,15 @@ } @ args: buildLinux (args // { # NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility - version = "6.2.0-2023-04-15"; - modDirVersion = "6.2.0"; + version = "6.3.0-2023-05-02"; + + modDirVersion = "6.3.0"; src = fetchFromGitHub { owner = "koverstreet"; repo = "bcachefs"; - rev = "7fe6ebbf4057767c966450a4f2a7f299a179b9da"; - sha256 = "sha256-IUAXpSsLZ50zZY8eFHW1wNKH+VGnC6TH3mH2QFr6SUk="; + rev = "ccc8737427a33228cd43d79dd0c7ed6903dedff0"; + sha256 = "sha256-jqTFE9OZg1GU/W7GnHjtLRfu/l0LYMa3ynHtruY62Og="; }; kernelPatches = (args.kernelPatches or [ ]) ++ [{