Commit 9670057b authored by R. RyanTM's avatar R. RyanTM
Browse files

sipvicious: 0.3.4 -> 0.3.5

parent 7a5d8e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [