moosefs: 4.58.2 -> 4.58.3

This commit is contained in:
Markus Kowalewski
2025-12-22 13:14:23 +01:00
parent 3ffc59654f
commit 8d1c6be162
+3 -6
View File
@@ -12,17 +12,18 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "4.58.2";
version = "4.58.3";
src = fetchFromGitHub {
owner = "moosefs";
repo = "moosefs";
rev = "v${version}";
sha256 = "sha256-eywJ7MmCrwxqlbTDYEEPs6ego9Ivn+ziXCBNhcDfcmY=";
sha256 = "sha256-lEnCP+ORWdW52SVO7K3WxcjlFMrQFR9VT8fjquI/fZg=";
};
nativeBuildInputs = [
pkg-config
python3
];
buildInputs = [
@@ -50,10 +51,6 @@ stdenv.mkDerivation rec {
"#undef HAVE_STRUCT_STAT_ST_BIRTHTIME"
'';
postInstall = ''
substituteInPlace $out/sbin/mfscgiserv --replace "datapath=\"$out" "datapath=\""
'';
doCheck = true;
passthru.tests = {