about summary refs log tree commit diff
path: root/pkgs/development/libraries/socket_wrapper
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 16:39:17 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 16:39:17 -0800
commit0d9aa857477f55498744dc604e795e8faab9396b (patch)
tree956fc56c13fd0002a4d5899af0abec8ebe041dd3 /pkgs/development/libraries/socket_wrapper
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
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"
Diffstat (limited to 'pkgs/development/libraries/socket_wrapper')
-rw-r--r--pkgs/development/libraries/socket_wrapper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/socket_wrapper/default.nix b/pkgs/development/libraries/socket_wrapper/default.nix
index 4db4a07b4e56e..6d0ca4c1d6756 100644
--- a/pkgs/development/libraries/socket_wrapper/default.nix
+++ b/pkgs/development/libraries/socket_wrapper/default.nix
@@ -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 ];