urlscan: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm
2026-01-30 18:12:27 +00:00
parent c4af5cca82
commit 2c4e7ca1f8
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "urlscan";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "firecat53";
repo = "urlscan";
tag = version;
hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE=";
hash = "sha256-7Sq+5dWbrPofRP54xr/UTfjAxJ7EVXQyGz3zzHLZd2Y=";
};
build-system = with python3.pkgs; [