riemann_c_client: 1.10.1 -> 1.10.2 (#42961)

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

This update was made based on information from https://repology.org/metapackage/riemann-c-client/versions.

These checks were done:

- built on NixOS
- /nix/store/hxh4dj91473d8wlyr2kaqf5n6hcn8z4b-riemann-c-client-1.10.2/bin/riemann-client passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.10.2 with grep in /nix/store/hxh4dj91473d8wlyr2kaqf5n6hcn8z4b-riemann-c-client-1.10.2
- directory tree listing: https://gist.github.com/64c27a461ed26c33098195c79327e87c
- du listing: https://gist.github.com/7bdbbd558a2ce067e9e413f0bbba1185

authored by R. RyanTM and committed by xeji 6519ea56 499ccb69

+2 -2
+2 -2
pkgs/tools/misc/riemann-c-client/default.nix
··· 1 1 { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, file , protobufc }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "riemann-c-client-1.10.1"; 4 + name = "riemann-c-client-1.10.2"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "algernon"; 8 8 repo = "riemann-c-client"; 9 9 rev = "${name}"; 10 - sha256 = "1pzyngvj9aq1w2185qpg6rxrjn406pnpy40bnh4c21fn4ql5kk9p"; 10 + sha256 = "185wn6fqgrs16f9c0lkzw14477wmkgandz86h4miw7cgi7ki4l5i"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ autoreconfHook pkgconfig ];