summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-07 18:51:46 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-07 18:51:46 -0800
commitd6f46e31afd44bbcdb0d82e1c5fcccdbd456e219 (patch)
treefb1f15ed196574f2575ebaca7998445d288114b4 /pkgs
parenta11a88aad93ea97aa64c149c427bf76a10df459f (diff)
downloadnixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar.gz
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar.bz2
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar.lz
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar.xz
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.tar.zst
nixpkgs-d6f46e31afd44bbcdb0d82e1c5fcccdbd456e219.zip
socket_wrapper: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs')
-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 46faf9b67ea..0c6f40c8b14 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.4";
+  name = "socket_wrapper-1.1.5";
 
   src = fetchurl {
     url = "mirror://samba/cwrap/${name}.tar.gz";
-    sha256 = "0ypp7sx5rhn4jpmn5yxgr7mm5kkdcsa76xfnhgsvhagh1naqap2k";
+    sha256 = "01gn21kbicwfn3vlnnir8c11z2g54b532bj3qrpdrhgrcm3ifi45";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];