mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
linuxPackages.apfs: 0.3.7 -> 0.3.8
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.8
This commit is contained in:
parent
587a40f999
commit
3e076a0b54
@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
tag = "0.3.7";
|
tag = "0.3.8";
|
||||||
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-LmUaIKZ1Msc4yAXNMzyDhPCPsQYeYnUbRF6pA9WvHYk=";
|
hash = "sha256-I/wuS4//bUiUW8NGW6aNVPzDtuY2lMUeFiv5y2c7TYY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user