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

linuxPackages.apfs: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2023-04-04 13:37:26 +08:00 committed by GitHub
commit 9572a3b2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
}:
let
tag = "0.3.0";
tag = "0.3.1";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
sha256 = "sha256-ABFqkiIJuFapFsUIFHfw8+TujePZm7ZX/qHuFO2KdnQ=";
sha256 = "sha256-KYPZsCAEqJl0VjV/TmJWi20Y7yApIJH0YMwQIL80Ep4=";
};
hardeningDisable = [ "pic" ];