socket_wrapper: 1.1.3 -> 1.1.4

This commit is contained in:
William A. Kennington III 2015-09-17 18:28:11 -07:00
parent b95072e2a7
commit 19f3fe6b2a

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "socket_wrapper-1.1.3";
name = "socket_wrapper-1.1.4";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "04xfa4yhcaj63ymagmlx77fakrx3wb8ss42m15pmwjaiyi2xndx3";
sha256 = "0ypp7sx5rhn4jpmn5yxgr7mm5kkdcsa76xfnhgsvhagh1naqap2k";
};
buildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig ];
meta = with stdenv.lib; {
description = "a library passing all socket communications through unix sockets";