Merge remote-tracking branch 'upstream/master' into staging
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{stdenv, fetchurl, which, autoreconfHook, pkgconfig, vala, python, libsearpc, libzdb, libuuid, libevent, sqlite, openssl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "6.1.7";
|
||||
seafileVersion = "6.1.7";
|
||||
version = "6.1.8";
|
||||
seafileVersion = "6.1.8";
|
||||
name = "ccnet-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz";
|
||||
sha256 = "1kkzdxa9r7sw1niwniznfkvilgvb7q039wq07cfk73qs3231bj7r";
|
||||
sha256 = "0qlpnrz30ldrqnvbj59d54qdghxpxc5lsq6kf3dw2b93jnzkcmmm";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ];
|
||||
|
||||
Reference in New Issue
Block a user