socat: 1.8.1.2 -> 1.8.1.3

Changes: http://www.dest-unreach.org/socat/CHANGES
This commit is contained in:
Sergei Trofimovich
2026-06-26 20:19:32 +01:00
parent 931ffd3470
commit 8b4b26561f
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "socat";
version = "1.8.1.2";
version = "1.8.1.3";
src = fetchurl {
url = "http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2";
hash = "sha256-Dht+rAxuPW+k1Vtjx/zd8D9KLqpZ+pOx8w3Cxz1Cqg0=";
hash = "sha256-JbxkdikrLmFCIJicd7C2/Kh7slJdl0ezGmY5sftgJBg=";
};
postPatch = ''