Merge pull request #143522 from r-ryantm/auto-update/riemann-c-client

riemann_c_client: 1.10.4 -> 1.10.5
This commit is contained in:
Bobby Rong 2021-11-06 19:49:02 +08:00 committed by GitHub
commit 4599a1f98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "riemann-c-client";
version = "1.10.4";
version = "1.10.5";
src = fetchFromGitHub {
owner = "algernon";
repo = "riemann-c-client";
rev = "riemann-c-client-${version}";
sha256 = "01gzqxqm1xvki2vd78c7my2kgp4fyhkcf5j5fmy8z0l93lgj82rr";
sha256 = "sha256-LuI9XFDPx0qw/+kkpXd0FOMESERAp31R1+ttkGuJnPA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];