socat: 1.7.3.2 -> 1.7.3.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/socat/versions
This commit is contained in:
R. RyanTM 2019-04-16 04:28:34 -07:00 committed by Frederik Rietdijk
parent d11731130d
commit 6c3e0907a5

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, readline, which, nettools }:
stdenv.mkDerivation rec {
name = "socat-1.7.3.2";
name = "socat-1.7.3.3";
src = fetchurl {
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
sha256 = "0lcj6zpra33xhgvhmz9l3cqz10v8ybafb8dd1yqkwf1rhy01ymp3";
sha256 = "0jnhjijyq74g3wa4ph0am83z6vq7qna7ac0xqjma8s4197z3zmhd";
};
postPatch = ''