sipp: 3.7.5 -> 3.7.7 (#475308)

This commit is contained in:
Nick Cao
2026-02-05 21:55:52 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sipp";
version = "3.7.5";
version = "3.7.7";
src = fetchFromGitHub {
owner = "SIPp";
repo = "sipp";
tag = "v${finalAttrs.version}";
hash = "sha256-W5KOvBBaUmyYJshYEg39QpkS8rrpGSEj4g3NZD29YrY=";
hash = "sha256-1JKKD3rEddCzXrbNpbzvhFXlTlkTXlP7vmRXvlGzkgI=";
};
postPatch = ''