linuxPackages.apfs: 0.3.11 -> 0.3.12

https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.12
This commit is contained in:
Luflosi 2024-11-04 12:40:49 +01:00
parent b0d81cb9c6
commit 9c92ae59f1
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -6,7 +6,7 @@
}:
let
tag = "0.3.11";
tag = "0.3.12";
in
stdenv.mkDerivation {
pname = "apfs";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
owner = "linux-apfs";
repo = "linux-apfs-rw";
rev = "v${tag}";
hash = "sha256-Vt63JA9VNIuigSmDp8TuCpShebCsssrBFIsI7HUM5q0=";
hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc=";
};
hardeningDisable = [ "pic" ];