Merge pull request #295159 from Luflosi/update/linuxPackages.apfs

linuxPackages.apfs: 0.3.7 -> 0.3.8
This commit is contained in:
Nick Cao 2024-03-12 15:18:01 -04:00 committed by GitHub
commit f8a35f428e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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