linuxPackages.apfs: 0.3.0 -> 0.3.1

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.1
This commit is contained in:
Luflosi 2023-04-03 13:48:09 +02:00
parent 37ef1a3e46
commit 0030956979
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

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" ];