Merge pull request #244109 from r-ryantm/auto-update/mergerfs

mergerfs: 2.35.1 -> 2.36.0
This commit is contained in:
Weijia Wang 2023-07-18 11:47:04 +03:00 committed by GitHub
commit 5cf8ccd433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mergerfs";
version = "2.35.1";
version = "2.36.0";
src = fetchFromGitHub {
owner = "trapexit";
repo = pname;
rev = version;
sha256 = "sha256-mUnjWMxeZJ9wIpJJDqQIUk2x7oifZ/b2HZlPtQ77q8U=";
sha256 = "sha256-oGgL3uMKMs66GTgWtMMX0M9ARXiJnV3l3Tnja373sCo=";
};
nativeBuildInputs = [