zeromq: 4.1.4 -> 4.2.0
This commit is contained in:
parent
1bf7440b54
commit
10445bc753
@ -1,11 +1,12 @@
|
||||
{ stdenv, fetchurl, libuuid, pkgconfig, libsodium }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zeromq-4.1.4";
|
||||
name = "zeromq-${version}";
|
||||
version = "4.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.zeromq.org/${name}.tar.gz";
|
||||
sha256 = "0y73dxgf4kaysmkvrkxqq9qk5znklxyghh749jw4qbjwwbyl97z9";
|
||||
url = "https://github.com/zeromq/libzmq/releases/download/v${version}/${name}.tar.gz";
|
||||
sha256 = "05y1s0938x5w838z79b4f9w6bspz9anldjx9dzvk32cpxvq3pf2k";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
@ -17,6 +18,6 @@ stdenv.mkDerivation rec {
|
||||
description = "The Intelligent Transport Layer";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
maintainers = with maintainers; [ wkennington fpletz ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user