Merge pull request #315747 from NixOS/backport-310130-to-release-24.05

[Backport release-24.05] linuxPackages.apfs: 0.3.8 -> 0.3.9
This commit is contained in:
Weijia Wang 2024-05-31 13:25:46 +02:00 committed by GitHub
commit 97bc6b1a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@
}:
let
tag = "0.3.8";
tag = "0.3.9";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-I/wuS4//bUiUW8NGW6aNVPzDtuY2lMUeFiv5y2c7TYY=";
hash = "sha256-KZ/B3sR9x58DTUeHUI0ZPW6bb7vFkPMVXaEZ25m3cP0=";
};
hardeningDisable = [ "pic" ];