Unverified Commit 21bd69a5 authored by Luflosi's avatar Luflosi
Browse files
parent 4b6275c1
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" ];