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

moosefs: 3.0.110 -> 3.0.112
This commit is contained in:
markuskowa 2020-04-02 12:09:20 +02:00 committed by GitHub
commit 4445af54f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "3.0.110";
version = "3.0.112";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "16m3mxmik2ifrv1g9cp68k57w8xwsxacws3sh1ajlba4azj9sf8v";
sha256 = "04ymwg9r9x9gqjwy9jbjv7zzfgwal0xlfy6z5bwl27m2ys6l5k4a";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://moosefs.com;
homepage = "https://moosefs.com";
description = "Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System";
platforms = platforms.linux;
license = licenses.gpl2;