socket_wrapper: 1.1.5 -> 1.1.9

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.1.9 with grep in /nix/store/chjpd02w9vp33l325v4j11cc1g9wabk0-socket_wrapper-1.1.9
- found 1.1.9 in filename of file in /nix/store/chjpd02w9vp33l325v4j11cc1g9wabk0-socket_wrapper-1.1.9

cc "@wkennington"
This commit is contained in:
Ryan Mulligan 2018-02-27 16:39:17 -08:00
parent 6a10134205
commit 0d9aa85747

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "socket_wrapper-1.1.5";
name = "socket_wrapper-1.1.9";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "01gn21kbicwfn3vlnnir8c11z2g54b532bj3qrpdrhgrcm3ifi45";
sha256 = "1d7bbr4j1ybq2dm6q3f6ncv36qqxyjygq4z1q0hvadlcaw7pj79c";
};
nativeBuildInputs = [ cmake pkgconfig ];