mergerfs: 2.36.0 -> 2.37.0

This commit is contained in:
R. Ryantm 2023-09-10 00:27:02 +00:00
parent 2b1eb11946
commit c44396d6d4

View File

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