linuxPackages.apfs: 0.3.4 -> 0.3.5

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.5
This commit is contained in:
Luflosi 2023-10-30 22:37:52 +01:00
parent 63982e51ed
commit 53def8b8d1
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -6,7 +6,7 @@
}: }:
let let
tag = "0.3.4"; tag = "0.3.5";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "apfs"; pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs"; owner = "linux-apfs";
repo = "linux-apfs-rw"; repo = "linux-apfs-rw";
rev = "v${tag}"; rev = "v${tag}";
hash = "sha256-EeVOrZtmKi5VfPerW9IntjRvdU3AbFPHG+pyAI4ciGk="; hash = "sha256-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4=";
}; };
hardeningDisable = [ "pic" ]; hardeningDisable = [ "pic" ];