Commit 7cdf129f authored by R. RyanTM's avatar R. RyanTM
Browse files

mergerfs: 2.39.0 -> 2.40.0

parent e4af98e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "mergerfs";
  version = "2.39.0";
  version = "2.40.0";

  src = fetchFromGitHub {
    owner = "trapexit";
    repo = pname;
    rev = version;
    sha256 = "sha256-48ArTS1Gd1z7WUX1RjiHMuyp3K3p9FJPU2XO4bj292I=";
    sha256 = "sha256-3iMFobefP0vF8Ywt0KpS6ZhH+T1GSQu0GzV4A78FmaY=";
  };

  nativeBuildInputs = [