summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/charles
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-07-12 04:29:09 +0200
committerGitHub <noreply@github.com>2021-07-12 04:29:09 +0200
commit05996b61f7ce6d0a794ed987b2bce0f16eebc0fa (patch)
tree22381049dec0cbb112f25e93496d2430a49439db /pkgs/applications/networking/charles
parentfae510fe0588b76d6987cff90d05db16cf70045a (diff)
charles: 4.6.1 -> 4.6.2 (#129863)
* charles: 4.6.1 -> 4.6.2 * Update pkgs/applications/networking/charles/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/networking/charles')
-rw-r--r--pkgs/applications/networking/charles/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/applications/networking/charles/default.nix b/pkgs/applications/networking/charles/default.nix
index 1e44d46689ff..757f39c5b35e 100644
--- a/pkgs/applications/networking/charles/default.nix
+++ b/pkgs/applications/networking/charles/default.nix
@@ -1,5 +1,5 @@
-{
-lib, stdenv
+{ lib
+, stdenv
, makeWrapper
, makeDesktopItem
, fetchurl
@@ -49,16 +49,16 @@ let
meta = with lib; {
description = "Web Debugging Proxy";
homepage = "https://www.charlesproxy.com/";
- maintainers = [ maintainers.kalbasit ];
- license = lib.licenses.unfree;
- platforms = lib.platforms.linux ++ lib.platforms.darwin;
+ maintainers = with maintainers; [ kalbasit ];
+ license = licenses.unfree;
+ platforms = platforms.unix;
};
};
in {
charles4 = (generic {
- version = "4.6.1";
- sha256 = "1kl83jjj5wjhdpj34gcj04vf1asxlqlfx9zi91ln4v90swlaaclv";
+ version = "4.6.2";
+ sha256 = "0r5rann7cq665ih0pa66k52081gylk85ashrwq1khbv2jf80yy52";
platform = "_amd64";
jdk = jdk11;
});
@@ -68,4 +68,3 @@ in {
jdk = jdk8.jre;
});
}
-