134: Update bcachefs r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-02-01 21:57:34 +00:00 committed by GitHub
commit e97f8b7ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
} @ 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.1.0-2022-12-29"; version = "6.1.0-2023-02-01";
modDirVersion = "6.1.0"; modDirVersion = "6.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "koverstreet"; owner = "koverstreet";
repo = "bcachefs"; repo = "bcachefs";
rev = "8f064a4cb5c7cce289b83d7a459e6d8620188b37"; rev = "52851ef710d4b906d07d9647e50a97a9e9e5a909";
sha256 = "sha256-UgWAbYToauAjGrgeS+o6N42/oW0roICJIoJlEAHBRPk="; sha256 = "sha256-n00qPtHHEHt3FSIRMoP9IJFAdQJNNwabg+WAKppSAS8=";
}; };
kernelPatches = (args.kernelPatches or []) ++ [{ kernelPatches = (args.kernelPatches or []) ++ [{