Commit fca9d149 authored by R. RyanTM's avatar R. RyanTM
Browse files

urlscan: 1.0.6 -> 1.0.7

parent 3f62a1ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";