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:43:53 +01:00
parent 63982e51ed
commit 53def8b8d1
+2 -2
View File
@@ -6,7 +6,7 @@
}:
let
tag = "0.3.4";
tag = "0.3.5";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-EeVOrZtmKi5VfPerW9IntjRvdU3AbFPHG+pyAI4ciGk=";
hash = "sha256-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4=";
};
hardeningDisable = [ "pic" ];