Merge pull request #334279 from r-ryantm/auto-update/moosefs

moosefs: 3.0.117 -> 3.0.118
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:19:20 -04:00 committed by GitHub
commit 483208e271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "3.0.117";
version = "3.0.118";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-6zBMAi9ruPPlcnpdgqwl35QZ5u4MyFPUa70yvGTkHpo=";
sha256 = "sha256-Sm32VwKlE0V5HZj+VXr66gYKS+fcU1+UVQELiZ64DpU=";
};
nativeBuildInputs = [