linuxPackages.apfs: 0.3.1 -> 0.3.2

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.2
This commit is contained in:
Luflosi 2023-05-18 16:06:52 +02:00
parent e4b5ca5d37
commit 5405dcffdf
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

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