225: linux-testing-bcachefs: 6.2.0-2023-04-15 -> 6.3.0-2023-05-02 r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-05-04 08:27:02 +00:00 committed by GitHub
commit 081f86329c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,15 @@
} @ 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.2.0-2023-04-15"; version = "6.3.0-2023-05-02";
modDirVersion = "6.2.0";
modDirVersion = "6.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "koverstreet"; owner = "koverstreet";
repo = "bcachefs"; repo = "bcachefs";
rev = "7fe6ebbf4057767c966450a4f2a7f299a179b9da"; rev = "ccc8737427a33228cd43d79dd0c7ed6903dedff0";
sha256 = "sha256-IUAXpSsLZ50zZY8eFHW1wNKH+VGnC6TH3mH2QFr6SUk="; sha256 = "sha256-jqTFE9OZg1GU/W7GnHjtLRfu/l0LYMa3ynHtruY62Og=";
}; };
kernelPatches = (args.kernelPatches or [ ]) ++ [{ kernelPatches = (args.kernelPatches or [ ]) ++ [{