urlscan: 1.0.6 -> 1.0.7

R. Ryantm fca9d149 3f62a1ca

+3 -3
+3 -3
pkgs/by-name/ur/urlscan/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "urlscan"; 9 - version = "1.0.6"; 9 + version = "1.0.7"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "firecat53"; 14 14 repo = "urlscan"; 15 15 tag = version; 16 - hash = "sha256-VbpKMaEjchfpLECCt1YtmiVynYgSLgAVP1iuHL7t8FQ="; 16 + hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ ··· 31 31 meta = with lib; { 32 32 description = "Mutt and terminal url selector (similar to urlview)"; 33 33 homepage = "https://github.com/firecat53/urlscan"; 34 - changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}"; 34 + changelog = "https://github.com/firecat53/urlscan/releases/tag/${src.tag}"; 35 35 license = licenses.gpl2Plus; 36 36 maintainers = with maintainers; [ dpaetzel ]; 37 37 mainProgram = "urlscan";