From 4edfc0e93d679a809a0db0c953096726fcb97a28 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 14 May 2018 08:21:22 -0700 Subject: ccnet: 6.1.7 -> 6.1.8 (#40495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8/bin/ccnet -h’ got 0 exit code - ran ‘/nix/store/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8/bin/ccnet --help’ got 0 exit code - found 6.1.8 with grep in /nix/store/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8 - directory tree listing: https://gist.github.com/275cfa6377f77e502dcc0309bb683687 - du listing: https://gist.github.com/f2f22837494355a9bf385b8432a4b210 --- pkgs/tools/networking/ccnet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/ccnet/default.nix b/pkgs/tools/networking/ccnet/default.nix index 408fd0f8c8fef..6fac4a282d014 100644 --- a/pkgs/tools/networking/ccnet/default.nix +++ b/pkgs/tools/networking/ccnet/default.nix @@ -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 ]; -- cgit 1.4.1