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

moosefs: 3.0.116 -> 3.0.117
This commit is contained in:
markuskowa 2023-02-08 21:47:07 +01:00 committed by GitHub
commit 75ee2b454d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "3.0.116";
version = "3.0.117";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-/+l4BURvL1R6te6tlXRJx7YBDyYuMrGnzzhMc9XeXKc=";
sha256 = "sha256-6zBMAi9ruPPlcnpdgqwl35QZ5u4MyFPUa70yvGTkHpo=";
};
nativeBuildInputs = [