mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
riemann_c_client: 1.10.4 -> 1.10.5
This commit is contained in:
parent
22a500a3f8
commit
6d436e18be
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "riemann-c-client";
|
pname = "riemann-c-client";
|
||||||
version = "1.10.4";
|
version = "1.10.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "algernon";
|
owner = "algernon";
|
||||||
repo = "riemann-c-client";
|
repo = "riemann-c-client";
|
||||||
rev = "riemann-c-client-${version}";
|
rev = "riemann-c-client-${version}";
|
||||||
sha256 = "01gzqxqm1xvki2vd78c7my2kgp4fyhkcf5j5fmy8z0l93lgj82rr";
|
sha256 = "sha256-LuI9XFDPx0qw/+kkpXd0FOMESERAp31R1+ttkGuJnPA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user