linuxPackages.apfs: 0.3.4 -> 0.3.5

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.5

Luflosi 53def8b8 63982e51

+2 -2
+2 -2
pkgs/os-specific/linux/apfs/default.nix
··· 6 6 }: 7 7 8 8 let 9 - tag = "0.3.4"; 9 + tag = "0.3.5"; 10 10 in 11 11 stdenv.mkDerivation { 12 12 pname = "apfs"; ··· 16 16 owner = "linux-apfs"; 17 17 repo = "linux-apfs-rw"; 18 18 rev = "v${tag}"; 19 - hash = "sha256-EeVOrZtmKi5VfPerW9IntjRvdU3AbFPHG+pyAI4ciGk="; 19 + hash = "sha256-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4="; 20 20 }; 21 21 22 22 hardeningDisable = [ "pic" ];