linuxPackages.apfs: 0.3.12 -> 0.3.13

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.13
This commit is contained in:
Luflosi
2025-05-07 13:32:10 +02:00
parent fe965d2c05
commit 85af0c770b
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
tag = "0.3.12";
tag = "0.3.13";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc=";
hash = "sha256-PXTyPOZhBeFGXu71Jj46hlrgVemgmYrjHqkTFjTDoTc=";
};
hardeningDisable = [ "pic" ];