aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/socket_wrapper
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 00:24:31 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 00:24:31 -0800
commit13d7a84160d4075f9b0fe7b023e0b7bc6700e20b (patch)
tree109c70395e26c93b37f5f493667a9632f698e166 /pkgs/development/libraries/socket_wrapper
parent968b20e2c7405f27830b6f10a8cac975e965dc94 (diff)
socket_wrapper: 1.1.9 -> 1.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/socket_wrapper/versions
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 6d0ca4c1d675..6cb420d9a0bb 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.9";
+ name = "socket_wrapper-1.2.1";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
- sha256 = "1d7bbr4j1ybq2dm6q3f6ncv36qqxyjygq4z1q0hvadlcaw7pj79c";
+ sha256 = "1yi1ry3skkbrhvm6g72ripz99diqxnd09v0bx3dlb5sfgcl0wjax";
};
nativeBuildInputs = [ cmake pkgconfig ];