search-vulns: 1.0.2 -> 1.0.4

This commit is contained in:
R. Ryantm
2026-02-18 12:14:15 +00:00
parent 17eefbfdcd
commit 68ba89d976
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "search-vulns";
version = "1.0.2";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ra1nb0rn";
repo = "search_vulns";
tag = "v${finalAttrs.version}";
hash = "sha256-xdZq4Er+0CT59Iv0mEcmkZcUM+xbBi/x+TtBNCiyhbY=";
hash = "sha256-lQyd5FmiBlno+BEXou70XOAv1hkwxIs0BCoNESYjjZM=";
fetchSubmodules = true;
};