Unverified Commit 3e81f47b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #282426 from Luflosi/update/linuxPackages.apfs

linuxPackages.apfs: 0.3.6 -> 0.3.7
parents 8a89cc63 2167a493
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  tag = "0.3.6";
  tag = "0.3.7";
in
stdenv.mkDerivation {
  pname = "apfs";
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
    owner = "linux-apfs";
    repo = "linux-apfs-rw";
    rev = "v${tag}";
    hash = "sha256-k62PgUffBx6ZrWWLeX460adh/vv6XWxSmtEiwaWxiaU=";
    hash = "sha256-LmUaIKZ1Msc4yAXNMzyDhPCPsQYeYnUbRF6pA9WvHYk=";
  };

  hardeningDisable = [ "pic" ];