urlscan: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2025-05-27 19:39:12 +00:00
parent 3f62a1ca1a
commit fca9d149b1

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";