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

linuxPackages.apfs: 0.3.3 -> 0.3.4

authored by

Fabián Heredia Montiel and committed by
GitHub
b79e5632 4edfab99

+2 -2
+2 -2
pkgs/os-specific/linux/apfs/default.nix
··· 6 6 }: 7 7 8 8 let 9 - tag = "0.3.3"; 9 + tag = "0.3.4"; 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-dxbpJ9Jdn8u16yD001zCZxrr/nPbxdpF7JvU+oD+hTw="; 19 + hash = "sha256-EeVOrZtmKi5VfPerW9IntjRvdU3AbFPHG+pyAI4ciGk="; 20 20 }; 21 21 22 22 hardeningDisable = [ "pic" ];