mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge #203
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:
commit
0ac7f6e536
1 changed files with 4 additions and 5 deletions
|
@ -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 [ ]) ++ [{
|
||||
|
|
Loading…
Reference in a new issue