linuxPackages.apfs: unstable-2022-08-15 -> unstable-2022-10-20
This fixes a compatibility issue with Linux 6.0: e2ca36a76d
.
This commit is contained in:
parent
be874693ce
commit
732b59e370
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "apfs";
|
||||
version = "unstable-2022-08-15-${kernel.version}";
|
||||
version = "unstable-2022-10-20-${kernel.version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linux-apfs";
|
||||
repo = "linux-apfs-rw";
|
||||
rev = "e4bf2d51d3fe8485ad2b28a89c157ada32ee3d77";
|
||||
sha256 = "sha256-zvl1H9AIExgt6t2A2w7zDwXmRsmLY8y3P6EfbBuFdh8=";
|
||||
rev = "e6eb67c92d425d395eac1c4403629391bdd5064d";
|
||||
sha256 = "sha256-6rv5qZCjOqt0FaNFhA3tYg6/SdssvoT8kPVhalajgOo=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
|
Loading…
Reference in a new issue