urlscan: 1.0.6 -> 1.0.7
This commit is contained in:
parent
3f62a1ca1a
commit
fca9d149b1
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "urlscan";
|
pname = "urlscan";
|
||||||
version = "1.0.6";
|
version = "1.0.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firecat53";
|
owner = "firecat53";
|
||||||
repo = "urlscan";
|
repo = "urlscan";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-VbpKMaEjchfpLECCt1YtmiVynYgSLgAVP1iuHL7t8FQ=";
|
hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mutt and terminal url selector (similar to urlview)";
|
description = "Mutt and terminal url selector (similar to urlview)";
|
||||||
homepage = "https://github.com/firecat53/urlscan";
|
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;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ dpaetzel ];
|
maintainers = with maintainers; [ dpaetzel ];
|
||||||
mainProgram = "urlscan";
|
mainProgram = "urlscan";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user