mergerfs: 2.39.0 -> 2.40.0

This commit is contained in:
R. Ryantm 2024-02-20 23:15:19 +00:00
parent e4af98e127
commit 7cdf129f76

View File

@ -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 = [