linuxPackages.apfs: 0.3.14 -> 0.3.15

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.15
This commit is contained in:
Luflosi
2025-09-21 14:50:08 +02:00
parent 759f74ae9c
commit 75d898fed2
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
tag = "0.3.14";
tag = "0.3.15";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-bv3WGcIKx5RVj+cQg0U5U1zGPRzjxMlCZmol9QvAmc4=";
hash = "sha256-/qJ8QvnVhVXvuxeZ/UYLTXGMPPVnC7fHOSWI1B15r/M=";
};
hardeningDisable = [ "pic" ];