linux-bcachefs-testing: 6.2.0-2023-03-22 -> 6.2.0-2023-04-15

This commit is contained in:
Jörg Thalheim 2023-04-15 23:08:41 +02:00
parent bcf896ef4e
commit 0a9e04a9da

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 [ ]) ++ [{