Unverified Commit 2c434586 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

malwoverview: 6.0.1 -> 6.1.1 (#367139)

parents e045b61e d84078ed
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "malwoverview";
  version = "6.0.1";
  version = "6.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alexandreborges";
    repo = "malwoverview";
    rev = "refs/tags/v${version}";
    hash = "sha256-N9jXMkX3Kt3ldw/QgJRAE2ItrzjXzQthQ9UULRtnN0A=";
    tag = "v${version}";
    hash = "sha256-43LcrP89vhVFDRRRItFL6hl++mvdGoPugMwD3TEOSE0=";
  };

  pythonRemoveDeps = [