socat: 1.8.0.0 -> 1.8.0.1

Changes: http://www.dest-unreach.org/socat/CHANGES
This commit is contained in:
Sergei Trofimovich
2024-08-26 09:12:49 +01:00
parent 0e488ca00f
commit a0bda77e6a
+2 -2
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 = ''