From 1313c5c101a3205c8bd83dab055e03b329962bce Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2023 11:46:42 +0200 Subject: [PATCH] urlscan: 1.0.0 -> 1.0.1 Diff: https://github.com/firecat53/urlscan/compare/refs/tags/1.0.0...1.0.1 Changelog: https://github.com/firecat53/urlscan/releases/tag/1.0.1 --- pkgs/applications/misc/urlscan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/urlscan/default.nix b/pkgs/applications/misc/urlscan/default.nix index 6b95a9b97340..ce70c5e9e599 100644 --- a/pkgs/applications/misc/urlscan/default.nix +++ b/pkgs/applications/misc/urlscan/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "urlscan"; - version = "1.0.0"; + version = "1.0.1"; format = "pyproject"; src = fetchFromGitHub { owner = "firecat53"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-IvCdc4f784hBM+TEa0zIACz/1/FUnEpGxHUGiS85tt8="; + hash = "sha256-OzcoOIgEiadWrsUPIxBJTuZQYjScJBYKyqCu1or6fz8="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;