Unverified Commit 83d9f516 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 7b075f61 944905bb
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -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"