ccnet: 6.1.0 -> 6.1.7 (#38593)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ccnet/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7/bin/ccnet -h’ got 0 exit code
- ran ‘/nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7/bin/ccnet --help’ got 0 exit code
- found 6.1.7 with grep in /nix/store/pjhaffj25vr662q3xvxxqjdddny0r0rn-ccnet-6.1.7
- directory tree listing: https://gist.github.com/b89fd3d2ea82f0d5a57dcfb186e1904d
This commit is contained in:
R. RyanTM 2018-04-08 00:11:01 -07:00 committed by Robert Schütz
parent 2498bcb1c4
commit a418676508

View file

@ -1,13 +1,13 @@
{stdenv, fetchurl, which, autoreconfHook, pkgconfig, vala, python, libsearpc, libzdb, libuuid, libevent, sqlite, openssl}: {stdenv, fetchurl, which, autoreconfHook, pkgconfig, vala, python, libsearpc, libzdb, libuuid, libevent, sqlite, openssl}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "6.1.0"; version = "6.1.7";
seafileVersion = "6.1.0"; seafileVersion = "6.1.7";
name = "ccnet-${version}"; name = "ccnet-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz"; url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz";
sha256 = "0q4a102xlcsxlr53h4jr4w8qzkbzvm2f3nk9fsha48h6l2hw34bb"; sha256 = "1kkzdxa9r7sw1niwniznfkvilgvb7q039wq07cfk73qs3231bj7r";
}; };
nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ]; nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ];