sipp: 3.7.5 -> 3.7.7

This commit is contained in:
R. Ryantm
2026-02-05 21:06:27 +01:00
committed by Weijia Wang
parent f523176e68
commit 13b5e194fd
+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 = ''