linuxPackages.apfs: unstable-2022-07-24 -> unstable-2022-08-15

This fixes a compatibility issue with Linux 5.19: https://github.com/linux-apfs/linux-apfs-rw/issues/29.

Luflosi f9b83ece 7d2f19cb

+4 -4
+4 -4
pkgs/os-specific/linux/apfs/default.nix
··· 6 7 stdenv.mkDerivation { 8 pname = "apfs"; 9 - version = "unstable-2022-07-24-${kernel.version}"; 10 11 src = fetchFromGitHub { 12 owner = "linux-apfs"; 13 repo = "linux-apfs-rw"; 14 - rev = "925d86b7be3ccf21b17734cfececf40e43c4598e"; 15 - sha256 = "sha256-N5lGJu4c03cVDk3WTcegzZHBDmguPEX8dCedJS2TMSI="; 16 }; 17 18 hardeningDisable = [ "pic" ]; ··· 29 homepage = "https://github.com/linux-apfs/linux-apfs-rw"; 30 license = licenses.gpl2Only; 31 platforms = platforms.linux; 32 - broken = kernel.kernelOlder "4.9" || kernel.kernelAtLeast "5.19"; 33 maintainers = with maintainers; [ Luflosi ]; 34 }; 35 }
··· 6 7 stdenv.mkDerivation { 8 pname = "apfs"; 9 + version = "unstable-2022-08-15-${kernel.version}"; 10 11 src = fetchFromGitHub { 12 owner = "linux-apfs"; 13 repo = "linux-apfs-rw"; 14 + rev = "e4bf2d51d3fe8485ad2b28a89c157ada32ee3d77"; 15 + sha256 = "sha256-zvl1H9AIExgt6t2A2w7zDwXmRsmLY8y3P6EfbBuFdh8="; 16 }; 17 18 hardeningDisable = [ "pic" ]; ··· 29 homepage = "https://github.com/linux-apfs/linux-apfs-rw"; 30 license = licenses.gpl2Only; 31 platforms = platforms.linux; 32 + broken = kernel.kernelOlder "4.9"; 33 maintainers = with maintainers; [ Luflosi ]; 34 }; 35 }