linuxPackages.apfs: 0.3.18 -> 0.3.20

ZHF #516381
Failing Hydra build: https://hydra.nixos.org/build/328802146

Changes: https://github.com/linux-apfs/linux-apfs-rw/compare/v0.3.18...v0.3.20
This commit is contained in:
Maximilian Bosch
2026-05-16 14:44:58 +02:00
parent 3f5ef354e0
commit b472759c35

View File

@@ -8,7 +8,7 @@
}:
let
tag = "0.3.18";
tag = "0.3.20";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
tag = "v${tag}";
hash = "sha256-cyjaWNND8FIH6NOmLNxk/mYkYgQc4/SMpwXUVFGPe3c=";
hash = "sha256-sT84qK5rpPwxKVrtaIPpAUBvzFqNgTHaDHgKXWYCkV4=";
};
hardeningDisable = [ "pic" ];