mergerfs: 2.32.2 -> 2.32.3

This commit is contained in:
R. RyanTM 2021-02-11 19:04:11 +00:00
parent 65aeed59c5
commit abed186ab2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mergerfs";
version = "2.32.2";
version = "2.32.3";
src = fetchFromGitHub {
owner = "trapexit";
repo = pname;
rev = version;
sha256 = "sha256-ybDVBcPkjsW2OxNxUmn5hG/qLEjxF9vqR8pZdb9tIBs=";
sha256 = "sha256-loOBMrAtvJAcFdcgwzEEko7TMM07Ocx+1umxjnLB1uY=";
};
nativeBuildInputs = [