malwoverview: 6.0.1 -> 6.1.1

This commit is contained in:
R. Ryantm
2024-12-21 15:40:34 +00:00
parent 5330b2a6c5
commit d84078ed5d
+3 -3
View File
@@ -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 = [