tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
urlscan: 1.0.6 -> 1.0.7
R. Ryantm
8 months ago
fca9d149
3f62a1ca
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ur
urlscan
package.nix
+3
-3
pkgs/by-name/ur/urlscan/package.nix
···
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "urlscan";
9
-
version = "1.0.6";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "firecat53";
14
repo = "urlscan";
15
tag = version;
16
-
hash = "sha256-VbpKMaEjchfpLECCt1YtmiVynYgSLgAVP1iuHL7t8FQ=";
17
};
18
19
build-system = with python3.pkgs; [
···
31
meta = with lib; {
32
description = "Mutt and terminal url selector (similar to urlview)";
33
homepage = "https://github.com/firecat53/urlscan";
34
-
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
35
license = licenses.gpl2Plus;
36
maintainers = with maintainers; [ dpaetzel ];
37
mainProgram = "urlscan";
···
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "urlscan";
9
+
version = "1.0.7";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "firecat53";
14
repo = "urlscan";
15
tag = version;
16
+
hash = "sha256-grQZ1dYa6OII1ah2FWOZg17rnTV/wfzXUtV3ijE8oDE=";
17
};
18
19
build-system = with python3.pkgs; [
···
31
meta = with lib; {
32
description = "Mutt and terminal url selector (similar to urlview)";
33
homepage = "https://github.com/firecat53/urlscan";
34
+
changelog = "https://github.com/firecat53/urlscan/releases/tag/${src.tag}";
35
license = licenses.gpl2Plus;
36
maintainers = with maintainers; [ dpaetzel ];
37
mainProgram = "urlscan";