Merge pull request #253222 from kashw2/charles4

charles4: 4.6.2 -> 4.6.4

authored by

Weijia Wang and committed by
GitHub
7cb9338b ed2b4224

+3 -3
+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 });