socket_wrapper: 1.2.1 -> 1.2.3 (#58884)

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
This commit is contained in:
R. RyanTM 2019-04-07 07:33:33 -07:00 committed by xeji
parent 22ab852d8f
commit 39d0895092

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "socket_wrapper-1.2.1";
name = "socket_wrapper-1.2.3";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "1yi1ry3skkbrhvm6g72ripz99diqxnd09v0bx3dlb5sfgcl0wjax";
sha256 = "1jprm8f7xb91b3yrapdbf51l36j6g038n379akz7ds0dicjh0fh7";
};
nativeBuildInputs = [ cmake pkgconfig ];