socat: 1.8.0.0 -> 1.8.0.1 (#337416)

This commit is contained in:
Fabián Heredia Montiel 2024-09-12 23:03:10 -06:00 committed by GitHub
commit da4d8527ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "socat";
version = "1.8.0.0";
version = "1.8.0.1";
src = fetchurl {
url = "http://www.dest-unreach.org/socat/download/${pname}-${version}.tar.bz2";
hash = "sha256-4d5oPdIu4OOmxrv/Jpq+GKsMnX62UCBPElFVuQBfrKc=";
hash = "sha256-aig1Zdt8+GKSxvcFBMWKuwPimIit7tWmxfNFfoA8G4E=";
};
postPatch = ''