Merge pull request #327490 from Luflosi/update/linuxPackages.apfs

linuxPackages.apfs: 0.3.9 -> 0.3.10
This commit is contained in:
Peder Bergebakken Sundt
2024-07-20 03:00:38 +02:00
committed by GitHub
+2 -2
View File
@@ -6,7 +6,7 @@
}:
let
tag = "0.3.9";
tag = "0.3.10";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-KZ/B3sR9x58DTUeHUI0ZPW6bb7vFkPMVXaEZ25m3cP0=";
hash = "sha256-GFqBRZMoBBRRrWAhRKJrxawPS4z+xVkuHSlCoSrMEEI=";
};
hardeningDisable = [ "pic" ];