190: linux-bcachefs: 6.1.0-2023-02-01 -> 6.2.0-2023-03-13 r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-03-27 13:31:08 +00:00 committed by GitHub
commit 55e241b623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
} @ args:
buildLinux (args // {
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
version = "6.2.0-2023-03-13";
version = "6.2.0-2023-03-22";
modDirVersion = "6.2.0";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs";
rev = "dc2c35d5b4638fc3c569f7630da8782b096fb819";
sha256 = "sha256-UsSEMeP/itLBzQR/mwt4lAR2rBmqJI9cKjZFI+Lb9cY=";
rev = "169b584fb4c8e51aa36e4b3284f9e2e5ce6f30e4";
sha256 = "sha256-dHKyh5sI+uZ+lSQQRIuicW9ae6uFaJosLtUbiJuMMrI=";
};
kernelPatches = (args.kernelPatches or [ ]) ++ [{