riemann-c-client: Update from 1.2.0 to 1.2.1
This commit is contained in:
parent
7c06bb13be
commit
5c9157b329
@ -3,11 +3,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "riemann-c-client-${version}";
|
name = "riemann-c-client-${version}";
|
||||||
|
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/algernon/riemann-c-client/archive/${name}.tar.gz";
|
url = "https://github.com/algernon/riemann-c-client/archive/${name}.tar.gz";
|
||||||
sha256 = "1w3rx0hva605d5vzlhhm4pb43ady0m3s4mz8ix1ycn4b8cq9jsjs";
|
sha256 = "132yd1m523inmv17sd48xf7xdqb7jj36v7is1xw7w9nny6qxkzwm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake libtool pkgconfig file protobufc ];
|
buildInputs = [ autoconf automake libtool pkgconfig file protobufc ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user