linuxPackages.apfs: 0.3.5 -> 0.3.6
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.6
This commit is contained in:
parent
eabe8d3efa
commit
9c70148416
@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
tag = "0.3.5";
|
tag = "0.3.6";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "apfs";
|
pname = "apfs";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "linux-apfs";
|
owner = "linux-apfs";
|
||||||
repo = "linux-apfs-rw";
|
repo = "linux-apfs-rw";
|
||||||
rev = "v${tag}";
|
rev = "v${tag}";
|
||||||
hash = "sha256-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4=";
|
hash = "sha256-k62PgUffBx6ZrWWLeX460adh/vv6XWxSmtEiwaWxiaU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user