Merge pull request #129218 from fabaff/bump-sipvicious

sipvicious: 0.3.3 -> 0.3.4
This commit is contained in:
Fabian Affolter 2021-07-05 22:55:08 +02:00 committed by GitHub
commit e3165c4c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "sipvicious";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "EnableSecurity";
repo = pname;
rev = "v${version}";
sha256 = "17f6w7qh33zvlhqwf22y9y7skha0xjs46yk66q8xm4brsv4lfxxa";
sha256 = "sha256-O8/9Vz/u8BoF1dfGceOJdzPPYLfkdBp2DkwA5WQ3dgo=";
};
# Project has no tests