mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
rabbitmq-c: 0.9.0 -> 0.10.0
This commit is contained in:
parent
51ef7c3e49
commit
ddb6186343
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rabbitmq-c";
|
pname = "rabbitmq-c";
|
||||||
version = "0.9.0";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alanxz";
|
owner = "alanxz";
|
||||||
repo = "rabbitmq-c";
|
repo = "rabbitmq-c";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1mhzxyh9pmpxjjbyy8hd34gm39sxf73r1ldk8zjfsfbs26ggrppz";
|
sha256 = "1iv7aww4pam8497s524xjxbbxypyqd01qgrb0b429y3q9x06m4sw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake openssl popt xmlto ];
|
buildInputs = [ cmake openssl popt xmlto ];
|
||||||
|
|
Loading…
Reference in a new issue