socket_wrapper: 1.2.5 -> 1.3.3

This commit is contained in:
R. RyanTM 2021-09-14 06:19:17 +00:00
parent ea59da44e8
commit 2ada84ac2f

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, cmake, pkg-config }:
stdenv.mkDerivation rec {
name = "socket_wrapper-1.2.5";
name = "socket_wrapper-1.3.3";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "1wb3gq0rj5h92mhq6f1hb2qy4ypkxvn8y87ag88c7gc71nkpa1fx";
sha256 = "sha256-G42i+w7n3JkPvOc039I+frzDnq1GGGyQqUkMFdoebhM=";
};
nativeBuildInputs = [ cmake pkg-config ];