Skip to content

Commit

Permalink
linuxPackages.apfs: 0.3.10 -> 0.3.11 (NixOS#342555)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Sep 18, 2024
2 parents b676f38 + 82cda37 commit 8edb205
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.10";
tag = "0.3.11";
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-GFqBRZMoBBRRrWAhRKJrxawPS4z+xVkuHSlCoSrMEEI=";
hash = "sha256-Vt63JA9VNIuigSmDp8TuCpShebCsssrBFIsI7HUM5q0=";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 8edb205

Please sign in to comment.