mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
linuxPackages.apfs: 0.3.10 -> 0.3.11
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.11
This commit is contained in:
parent
770e9947f4
commit
82cda379bb
@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
tag = "0.3.10";
|
tag = "0.3.11";
|
||||||
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-GFqBRZMoBBRRrWAhRKJrxawPS4z+xVkuHSlCoSrMEEI=";
|
hash = "sha256-Vt63JA9VNIuigSmDp8TuCpShebCsssrBFIsI7HUM5q0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user