moosefs: 3.0.104 -> 3.0.105

This commit is contained in:
Will Dietz 2019-05-28 18:35:42 -05:00
parent eb9a9bb22a
commit 5e9efe4e47
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "moosefs";
version = "3.0.104";
version = "3.0.105";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "057xg7zy872w4hczk9b9ckmqyah3qhgysvxddqizr204cyadicxh";
sha256 = "0wphpdll0j4i6d4yxykaz2bamv83y0sj7j3cfv4br1zamdyprfwx";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];