1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linuxPackages.apfs: 0.3.8 -> 0.3.9

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.9
This commit is contained in:
Luflosi 2024-05-08 14:38:51 +02:00
parent 4b6275c104
commit 21bd69a51e
No known key found for this signature in database
GPG key ID: 743C5DD6900A1FF0

View file

@ -6,7 +6,7 @@
}:
let
tag = "0.3.8";
tag = "0.3.9";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-I/wuS4//bUiUW8NGW6aNVPzDtuY2lMUeFiv5y2c7TYY=";
hash = "sha256-KZ/B3sR9x58DTUeHUI0ZPW6bb7vFkPMVXaEZ25m3cP0=";
};
hardeningDisable = [ "pic" ];