Unverified Commit 7ac40afa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

linuxPackages.nullfs: 0.19 -> 0.20 (#451677)

parents 8ee1aed7 35221b5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nullfs";
  version = "0.19";
  version = "0.20";

  src = fetchFromGitHub {
    owner = "abbbi";
    repo = "nullfsvfs";
    rev = "v${version}";
    sha256 = "sha256-nEwLxcELLBd+BN7OHYLJZCpie0rG0a1wj0RCOKpZkRU=";
    sha256 = "sha256-JFqZHS1SR4vf724UWYtNZLhSsl6+/5MBkI/PgrLzSLA=";
  };

  hardeningDisable = [ "pic" ];