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

linuxPackages.nullfs: 0.20 -> 0.21 (#453565)

parents 62af0e0e 11265a9e
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.20";
  version = "0.21";

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

  hardeningDisable = [ "pic" ];