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>
This commit is contained in:
parent
fae510fe05
commit
05996b61f7
1 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue