summary refs log tree commit diff
path: root/pkgs/tools/networking/ccnet
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-14 08:21:22 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-14 17:21:22 +0200
commit4edfc0e93d679a809a0db0c953096726fcb97a28 (patch)
tree655a00fc72db86630dcdac7e70a2f511808ef8aa /pkgs/tools/networking/ccnet
parent2abd5916a7cf4ca49586472f35373a620c2ff485 (diff)
downloadnixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar.gz
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar.bz2
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar.lz
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar.xz
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.tar.zst
nixpkgs-4edfc0e93d679a809a0db0c953096726fcb97a28.zip
ccnet: 6.1.7 -> 6.1.8 (#40495)
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
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 408fd0f8c8f..6fac4a282d0 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 ];