Merge pull request #328101 from r-ryantm/auto-update/urlscan

urlscan: 1.0.2 -> 1.0.3
This commit is contained in:
Nick Cao
2024-07-18 19:10:22 -04:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "urlscan";
version = "1.0.2";
version = "1.0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "firecat53";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nyq4BrpfbZwK/nOnB8ZEN1wlM8CssYVRvV7ytpX7k40=";
hash = "sha256-aAfsGsgCZwWcFkYaJsKjRroAZjW7b/vnX1oL/Mg0kgY=";
};
nativeBuildInputs = with python3.pkgs; [