linuxPackages.apfs: 0.3.2 -> 0.3.3

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.3
This commit is contained in:
Luflosi
2023-05-26 12:58:59 +02:00
parent 5405dcffdf
commit 1622dd9ce4
+2 -2
View File
@@ -6,7 +6,7 @@
}:
let
tag = "0.3.2";
tag = "0.3.3";
in
stdenv.mkDerivation {
pname = "apfs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-LwrqMy2ebJ6gyFf3ZaLMv4B7thRvjUcpO/ZhkCA9wPk=";
hash = "sha256-dxbpJ9Jdn8u16yD001zCZxrr/nPbxdpF7JvU+oD+hTw=";
};
hardeningDisable = [ "pic" ];