Unverified Commit 6d01f460 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

linuxPackages.apfs: 0.3.12 -> 0.3.13 (#404969)

parents 7580c723 85af0c77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  tag = "0.3.12";
  tag = "0.3.13";
in
stdenv.mkDerivation {
  pname = "apfs";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
    owner = "linux-apfs";
    repo = "linux-apfs-rw";
    rev = "v${tag}";
    hash = "sha256-UuPWiqR1CiPlBmFleV+y3sowj82iUkgmakNM+T+Mlvc=";
    hash = "sha256-PXTyPOZhBeFGXu71Jj46hlrgVemgmYrjHqkTFjTDoTc=";
  };

  hardeningDisable = [ "pic" ];