Commit 80fb2a0e authored by Luflosi's avatar Luflosi Committed by github-actions[bot]
Browse files

linuxPackages.apfs: 0.3.8 -> 0.3.9

parent cdbd8394
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

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