Skip to content

Commit

Permalink
linuxPackages.apfs: 0.3.5 -> 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed Jan 9, 2024
1 parent eabe8d3 commit 9c70148
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.5";
tag = "0.3.6";
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-rKz9a4Z+tx63rhknQIl/zu/WIMjxxM0+NGyaxnzxLk4=";
hash = "sha256-k62PgUffBx6ZrWWLeX460adh/vv6XWxSmtEiwaWxiaU=";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 9c70148

Please sign in to comment.