summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/charles
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-04 14:42:34 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-04 14:42:34 +1000
commit669ca2d92d8439d8c1d7f9554eaeb965f70c6fe8 (patch)
treebf185af548cb113c08ea0440d19e65984fd53ede /pkgs/applications/networking/charles
parent81a8aa7652a5046580ee7ee6ce51d83716164420 (diff)
charles4: 4.6.2 -> 4.6.4
Diffstat (limited to 'pkgs/applications/networking/charles')
-rw-r--r--pkgs/applications/networking/charles/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/charles/default.nix b/pkgs/applications/networking/charles/default.nix
index f7749946f42e..27fa0981f170 100644
--- a/pkgs/applications/networking/charles/default.nix
+++ b/pkgs/applications/networking/charles/default.nix
@@ -57,7 +57,7 @@ let
meta = with lib; {
description = "Web Debugging Proxy";
homepage = "https://www.charlesproxy.com/";
- maintainers = with maintainers; [ kalbasit ];
+ maintainers = with maintainers; [ kalbasit kashw2 ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
platforms = platforms.unix;
@@ -66,8 +66,8 @@ let
in {
charles4 = (generic {
- version = "4.6.2";
- sha256 = "0r5rann7cq665ih0pa66k52081gylk85ashrwq1khbv2jf80yy52";
+ version = "4.6.4";
+ sha256 = "KEQYb90kt41dS3TJLZqdaV9P3mQA9UPsEyiFb/knm3w=";
platform = "_amd64";
jdk = jdk11;
});