urlscan: 1.0.8 -> 1.0.9 (#530491)

This commit is contained in:
Fabian Affolter
2026-06-11 11:20:19 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "urlscan";
version = "1.0.8";
version = "1.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "firecat53";
repo = "urlscan";
tag = finalAttrs.version;
hash = "sha256-7Sq+5dWbrPofRP54xr/UTfjAxJ7EVXQyGz3zzHLZd2Y=";
hash = "sha256-WWnWQRDo2Q023qLvR5gExE0uptYRGErnFmd7dZNJQ+k=";
};
build-system = with python3.pkgs; [