Unverified Commit 62776ab6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

search-vulns: 1.0.5 -> 1.0.6 (#499746)

parents 05841d2d a84d0579
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.5";
  version = "1.0.6";
  pyproject = true;

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