Unverified Commit 9c92ae59 authored by Luflosi's avatar Luflosi
Browse files
parent b0d81cb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

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

  hardeningDisable = [ "pic" ];