linuxPackages.apfs: 0.3.12 -> 0.3.13 (#404969)

authored by

Arne Keller and committed by
GitHub
6d01f460 7580c723

+2 -2
+2 -2
pkgs/os-specific/linux/apfs/default.nix
··· 8 8 }: 9 9 10 10 let 11 - tag = "0.3.12"; 11 + tag = "0.3.13"; 12 12 in 13 13 stdenv.mkDerivation { 14 14 pname = "apfs"; ··· 18 18 owner = "linux-apfs"; 19 19 repo = "linux-apfs-rw"; 20 20 rev = "v${tag}"; 21 - hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc="; 21 + hash = "sha256-PXTyPOZhBeFGXu71Jj46hlrgVemgmYrjHqkTFjTDoTc="; 22 22 }; 23 23 24 24 hardeningDisable = [ "pic" ];