Commit cd48c2ad authored by R. RyanTM's avatar R. RyanTM
Browse files

search-vulns: 1.0.4 -> 1.0.5

parent 23eae005
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "search-vulns";
  version = "1.0.4";
  version = "1.0.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ra1nb0rn";
    repo = "search_vulns";
    tag = "v${finalAttrs.version}";
    hash = "sha256-lQyd5FmiBlno+BEXou70XOAv1hkwxIs0BCoNESYjjZM=";
    hash = "sha256-Or0B6ENoSpaoYwUsd2jrDKr5gHjORMxvTQzlkoNkPdw=";
    fetchSubmodules = true;
  };