tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
charles4: 4.6.2 -> 4.6.4
kashw2
2 years ago
669ca2d9
81a8aa76
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
charles
default.nix
+3
-3
pkgs/applications/networking/charles/default.nix
···
57
meta = with lib; {
58
description = "Web Debugging Proxy";
59
homepage = "https://www.charlesproxy.com/";
60
-
maintainers = with maintainers; [ kalbasit ];
61
sourceProvenance = with sourceTypes; [ binaryBytecode ];
62
license = licenses.unfree;
63
platforms = platforms.unix;
···
66
67
in {
68
charles4 = (generic {
69
-
version = "4.6.2";
70
-
sha256 = "0r5rann7cq665ih0pa66k52081gylk85ashrwq1khbv2jf80yy52";
71
platform = "_amd64";
72
jdk = jdk11;
73
});
···
57
meta = with lib; {
58
description = "Web Debugging Proxy";
59
homepage = "https://www.charlesproxy.com/";
60
+
maintainers = with maintainers; [ kalbasit kashw2 ];
61
sourceProvenance = with sourceTypes; [ binaryBytecode ];
62
license = licenses.unfree;
63
platforms = platforms.unix;
···
66
67
in {
68
charles4 = (generic {
69
+
version = "4.6.4";
70
+
sha256 = "KEQYb90kt41dS3TJLZqdaV9P3mQA9UPsEyiFb/knm3w=";
71
platform = "_amd64";
72
jdk = jdk11;
73
});