zeromq: 4.3.3 -> 4.3.4
This commit is contained in:
parent
e7cf30d192
commit
4b05cd620f
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zeromq";
|
pname = "zeromq";
|
||||||
version = "4.3.3";
|
version = "4.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zeromq";
|
owner = "zeromq";
|
||||||
repo = "libzmq";
|
repo = "libzmq";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "155kb0ih0xj4jvd39bq8d04bgvhy9143r3632ks1m04455z4qdzd";
|
sha256 = "sha256-epOEyHOswUGVwzz0FLxhow/zISmZHxsIgmpOV8C8bQM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake asciidoc pkg-config ];
|
nativeBuildInputs = [ cmake asciidoc pkg-config ];
|
||||||
|
|
Loading…
Reference in New Issue