moosefs: 4.56.6 -> 4.57.5

This commit is contained in:
R. Ryantm
2025-03-12 13:39:49 +00:00
parent e607ef1af0
commit b5e3464d48
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "4.56.6";
version = "4.57.5";
src = fetchFromGitHub {
owner = "moosefs";
repo = "moosefs";
rev = "v${version}";
sha256 = "sha256-/ZvOwPE8SIwAbGITggzYwGuU1nAFIv0zF1IYu6FHGN8=";
sha256 = "sha256-5sVnr+bUbmIc4qYC/h+d/s1ow3cxeL2Yo/JitCs6cbE=";
};
nativeBuildInputs = [