Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

riemann_c_client: 1.10.3 -> 1.10.4

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

+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.3"; 4 + name = "riemann-c-client-1.10.4"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "algernon"; 8 8 repo = "riemann-c-client"; 9 9 rev = "${name}"; 10 - sha256 = "0944l0wlx1m4x8b4dpjsq994614bxd7pi1c1va3qyk93hld9d3qc"; 10 + sha256 = "01gzqxqm1xvki2vd78c7my2kgp4fyhkcf5j5fmy8z0l93lgj82rr"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ autoreconfHook pkgconfig ];