Merge pull request #54017 from jonafato/fix-seafile-shared-version

Update seafile-shared hash
This commit is contained in:
Robert Schütz 2019-01-16 01:00:28 +01:00 committed by GitHub
commit 368b72a71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ ];
};
}

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ ];
};
}

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "18gnri8zpgaxcfg08lwzlrkc4zmqszdjg930vy4q8ixggh6jywjf";
sha256 = "1bl22dmbl9gbavwxqbxfzq838k7aiv8ihgyr8famj9954xy7b7qn";
};
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];