linuxPackages.apfs: 0.3.13 -> 0.3.14

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.14
This commit is contained in:
Luflosi
2025-05-26 17:35:44 +02:00
parent aacfb6d4bb
commit 8a41df3935
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
tag = "0.3.13";
tag = "0.3.14";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-PXTyPOZhBeFGXu71Jj46hlrgVemgmYrjHqkTFjTDoTc=";
hash = "sha256-bv3WGcIKx5RVj+cQg0U5U1zGPRzjxMlCZmol9QvAmc4=";
};
hardeningDisable = [ "pic" ];