moosefs: 3.0.118 -> 4.56.6

This commit is contained in:
R. Ryantm
2024-09-29 21:30:31 +00:00
parent 51a8ed13b9
commit c7620c55a7
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "3.0.118";
version = "4.56.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Sm32VwKlE0V5HZj+VXr66gYKS+fcU1+UVQELiZ64DpU=";
sha256 = "sha256-/ZvOwPE8SIwAbGITggzYwGuU1nAFIv0zF1IYu6FHGN8=";
};
nativeBuildInputs = [