aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/ccnet
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-08 00:11:01 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-08 09:11:01 +0200
commita418676508bfaafed938c1cc19b07e31e4c566f8 (patch)
treeedb428d0cc2d0883211aa875547a3fceb42be006 /pkgs/tools/networking/ccnet
parent2498bcb1c4c6f039a266e7c2f42d6d0ef84ade7d (diff)
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
Diffstat (limited to 'pkgs/tools/networking/ccnet')
-rw-r--r--pkgs/tools/networking/ccnet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/ccnet/default.nix b/pkgs/tools/networking/ccnet/default.nix
index d4a279bcc424..408fd0f8c8fe 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.0";
- seafileVersion = "6.1.0";
+ version = "6.1.7";
+ seafileVersion = "6.1.7";
name = "ccnet-${version}";
src = fetchurl {
url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz";
- sha256 = "0q4a102xlcsxlr53h4jr4w8qzkbzvm2f3nk9fsha48h6l2hw34bb";
+ sha256 = "1kkzdxa9r7sw1niwniznfkvilgvb7q039wq07cfk73qs3231bj7r";
};
nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ];