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

authored by R. RyanTM and committed by xeji 4edfc0e9 2abd5916

+3 -3
+3 -3
pkgs/tools/networking/ccnet/default.nix
··· 1 {stdenv, fetchurl, which, autoreconfHook, pkgconfig, vala, python, libsearpc, libzdb, libuuid, libevent, sqlite, openssl}: 2 3 stdenv.mkDerivation rec { 4 - version = "6.1.7"; 5 - seafileVersion = "6.1.7"; 6 name = "ccnet-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz"; 10 - sha256 = "1kkzdxa9r7sw1niwniznfkvilgvb7q039wq07cfk73qs3231bj7r"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ];
··· 1 {stdenv, fetchurl, which, autoreconfHook, pkgconfig, vala, python, libsearpc, libzdb, libuuid, libevent, sqlite, openssl}: 2 3 stdenv.mkDerivation rec { 4 + version = "6.1.8"; 5 + seafileVersion = "6.1.8"; 6 name = "ccnet-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz"; 10 + sha256 = "0qlpnrz30ldrqnvbj59d54qdghxpxc5lsq6kf3dw2b93jnzkcmmm"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig which autoreconfHook vala python ];