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:
Luflosi 2022-12-05 14:57:30 +01:00
parent be874693ce
commit 732b59e370
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -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" ];