linuxPackages.apfs: 0.3.10 -> 0.3.11 (#342555)

This commit is contained in:
Fabián Heredia Montiel 2024-09-18 15:38:10 -06:00 committed by GitHub
commit 8edb205b42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
}:
let
tag = "0.3.10";
tag = "0.3.11";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-GFqBRZMoBBRRrWAhRKJrxawPS4z+xVkuHSlCoSrMEEI=";
hash = "sha256-Vt63JA9VNIuigSmDp8TuCpShebCsssrBFIsI7HUM5q0=";
};
hardeningDisable = [ "pic" ];