203: linux-bcachefs-testing: 6.2.0-2023-03-22 -> 6.2.0-2023-04-15 r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-04-15 21:17:09 +00:00 committed by GitHub
commit 0ac7f6e536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,20 @@
# nixpkgs's variant is broken because they have non-applying patches on top of the latest kernel,
# instead of using kernel.
{ lib
, buildLinux
{ buildLinux
, fetchFromGitHub
, ...
} @ args:
buildLinux (args // {
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
version = "6.2.0-2023-03-22";
version = "6.2.0-2023-04-15";
modDirVersion = "6.2.0";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs";
rev = "169b584fb4c8e51aa36e4b3284f9e2e5ce6f30e4";
sha256 = "sha256-dHKyh5sI+uZ+lSQQRIuicW9ae6uFaJosLtUbiJuMMrI=";
rev = "7fe6ebbf4057767c966450a4f2a7f299a179b9da";
sha256 = "sha256-IUAXpSsLZ50zZY8eFHW1wNKH+VGnC6TH3mH2QFr6SUk=";
};
kernelPatches = (args.kernelPatches or [ ]) ++ [{