From 1af22d6ddea5c48d5fcfa10550619ab8333d04df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 8 Jun 2023 11:11:14 +0200 Subject: [PATCH] linux-testing-bcachefs: 6.3.0-2023-05-02 -> 6.3.0-2023-05-21 --- 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 0d3050b..185a9b8 100644 --- a/linux-testing-bcachefs.nix +++ b/linux-testing-bcachefs.nix @@ -7,15 +7,15 @@ } @ args: buildLinux (args // { # NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility - version = "6.3.0-2023-05-02"; + version = "6.3.0-2023-05-21"; modDirVersion = "6.3.0"; src = fetchFromGitHub { owner = "koverstreet"; repo = "bcachefs"; - rev = "ccc8737427a33228cd43d79dd0c7ed6903dedff0"; - sha256 = "sha256-jqTFE9OZg1GU/W7GnHjtLRfu/l0LYMa3ynHtruY62Og="; + rev = "baaa442cb4abfea84549a3cee863829ee06fb615"; + sha256 = "sha256-c3WQpUopfqHNkmrDS3WDW4WxXIiKobjbNLjwCQSh0zA="; }; kernelPatches = (args.kernelPatches or [ ]) ++ [{