linuxPackages.apfs: 0.3.3 -> 0.3.4

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.4
This commit is contained in:
Luflosi 2023-08-15 18:59:18 +02:00
parent bc9b484db8
commit c873b59121
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -6,7 +6,7 @@
}:
let
tag = "0.3.3";
tag = "0.3.4";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-dxbpJ9Jdn8u16yD001zCZxrr/nPbxdpF7JvU+oD+hTw=";
hash = "sha256-EeVOrZtmKi5VfPerW9IntjRvdU3AbFPHG+pyAI4ciGk=";
};
hardeningDisable = [ "pic" ];