Skip to content

Commit

Permalink
linuxPackages.apfs: 0.3.8 -> 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed May 8, 2024
1 parent 4b6275c commit 21bd69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/apfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:

let
tag = "0.3.8";
tag = "0.3.9";
in
stdenv.mkDerivation {
pname = "apfs";
Expand All @@ -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" ];
Expand Down

0 comments on commit 21bd69a

Please sign in to comment.