sipp: 3.7.3-unstable-2025-01-22 -> 3.7.5 (#446257)

This commit is contained in:
Sandro
2025-12-13 21:10:15 +00:00
committed by GitHub
+8 -4
View File
@@ -11,16 +11,20 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sipp";
version = "3.7.3-unstable-2025-01-22";
version = "3.7.5";
src = fetchFromGitHub {
owner = "SIPp";
repo = "sipp";
rev = "464cf74c7321069b51c10f0c37f19ba16c2e7138";
hash = "sha256-mloeBKgDXmsa/WAUhlDsgNdhK8dpisGf3ti5UQQchJ8=";
leaveDotGit = true;
tag = "v${finalAttrs.version}";
hash = "sha256-W5KOvBBaUmyYJshYEg39QpkS8rrpGSEj4g3NZD29YrY=";
};
postPatch = ''
echo '#define SIPP_VERSION VERSION' > include/version.h
echo '#define VERSION "v${finalAttrs.version}"' >> include/version.h
'';
cmakeFlags = [
"-DUSE_PCAP=1"
"-DUSE_SSL=1"