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

linuxPackages.nullfs: 0.21 -> 0.22 (#488432)

parents 576287dd e4054271
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.21";
  version = "0.22";

  src = fetchFromGitHub {
    owner = "abbbi";
    repo = "nullfsvfs";
    rev = "v${version}";
    sha256 = "sha256-csEfgXOXrFgWcyKmxEPKi33M7nVVI2hE+YGXMe4vdFE=";
    sha256 = "sha256-UJubWx5QfzLAiYTN1BPaziT3gKsTI0OVCmcuwKX3Gp0=";
  };

  hardeningDisable = [ "pic" ];