search-vulns: 1.0.9 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-06-07 10:42:46 +00:00
parent 4cc72638a7
commit 9dfd1fc356
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "search-vulns";
version = "1.0.9";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ra1nb0rn";
repo = "search_vulns";
tag = "v${finalAttrs.version}";
hash = "sha256-bOyNKDCodPMkIiUP+o/BDy4c+hHTLSwxKnlDDydFucs=";
hash = "sha256-b5WFIDxjqe4iEueOm8DyC6Z1KwChSQalppqY2CB4UW8=";
fetchSubmodules = true;
};