urlscan: 1.0.6 -> 1.0.7 (#411511)

This commit is contained in:
Nick Cao
2025-05-28 19:29:13 -04:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "urlscan";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "firecat53";
repo = "urlscan";
tag = version;
hash = "sha256-VbpKMaEjchfpLECCt1YtmiVynYgSLgAVP1iuHL7t8FQ=";
hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE=";
};
build-system = with python3.pkgs; [
@@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Mutt and terminal url selector (similar to urlview)";
homepage = "https://github.com/firecat53/urlscan";
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
changelog = "https://github.com/firecat53/urlscan/releases/tag/${src.tag}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ dpaetzel ];
mainProgram = "urlscan";