urlscan: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-05-02 11:41:03 +00:00
parent 6b39739b77
commit 4071e07a59

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "urlscan";
version = "1.0.1";
version = "1.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "firecat53";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-OzcoOIgEiadWrsUPIxBJTuZQYjScJBYKyqCu1or6fz8=";
hash = "sha256-nyq4BrpfbZwK/nOnB8ZEN1wlM8CssYVRvV7ytpX7k40=";
};
nativeBuildInputs = with python3.pkgs; [