sipvicious: 0.3.3 -> 0.3.4

This commit is contained in:
Fabian Affolter 2021-07-04 09:46:38 +02:00
parent b118976151
commit 3622a7c2b3

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