sipvicious: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm
2026-03-07 20:22:10 +00:00
parent 7a5d8e9551
commit 9670057b93
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "sipvicious";
version = "0.3.4";
version = "0.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "EnableSecurity";
repo = "sipvicious";
tag = "v${finalAttrs.version}";
hash = "sha256-O8/9Vz/u8BoF1dfGceOJdzPPYLfkdBp2DkwA5WQ3dgo=";
hash = "sha256-jH5/rNGFbiPdSX52UuJCAq5M7Kco7tCAhtcCyZl5wEc=";
};
build-system = [