Merge pull request #295159 from Luflosi/update/linuxPackages.apfs

linuxPackages.apfs: 0.3.7 -> 0.3.8

authored by Nick Cao and committed by GitHub f8a35f42 70ab90fc

+2 -2
+2 -2
pkgs/os-specific/linux/apfs/default.nix
··· 6 6 }: 7 7 8 8 let 9 - tag = "0.3.7"; 9 + tag = "0.3.8"; 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-LmUaIKZ1Msc4yAXNMzyDhPCPsQYeYnUbRF6pA9WvHYk="; 19 + hash = "sha256-I/wuS4//bUiUW8NGW6aNVPzDtuY2lMUeFiv5y2c7TYY="; 20 20 }; 21 21 22 22 hardeningDisable = [ "pic" ];