mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge #190
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:
commit
55e241b623
1 changed files with 3 additions and 3 deletions
|
@ -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.2.0-2023-03-13";
|
version = "6.2.0-2023-03-22";
|
||||||
modDirVersion = "6.2.0";
|
modDirVersion = "6.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koverstreet";
|
owner = "koverstreet";
|
||||||
repo = "bcachefs";
|
repo = "bcachefs";
|
||||||
rev = "dc2c35d5b4638fc3c569f7630da8782b096fb819";
|
rev = "169b584fb4c8e51aa36e4b3284f9e2e5ce6f30e4";
|
||||||
sha256 = "sha256-UsSEMeP/itLBzQR/mwt4lAR2rBmqJI9cKjZFI+Lb9cY=";
|
sha256 = "sha256-dHKyh5sI+uZ+lSQQRIuicW9ae6uFaJosLtUbiJuMMrI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = (args.kernelPatches or [ ]) ++ [{
|
kernelPatches = (args.kernelPatches or [ ]) ++ [{
|
||||||
|
|
Loading…
Reference in a new issue