about summary refs log tree commit diff
path: root/pkgs/applications/networking/charles
AgeCommit message (Collapse)AuthorFilesLines
2022-12-01charles4: pass `--user-agent` to `curlOptsList`Thiago Kenji Okada1-0/+1
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott1-0/+1
these are the easily identifiable cases and will not be comprehensive
2022-02-25treewide: switch all desktop file generators to new APIK9001-3/+10
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-07-12charles: 4.6.1 -> 4.6.2 (#129863)Fabian Affolter1-8/+7
* charles: 4.6.1 -> 4.6.2 * Update pkgs/applications/networking/charles/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-02Merge pull request #117939 from victorluft/charlesupgSandro1-5/+9
charles: 4.2.8 -> 4.6.1
2021-03-29charles: 4.2.8 -> 4.6.1Victor Luft1-5/+9
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-19charles: Use jdk8 explicitlyDoron Behar1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-2/+1
* treewide: remove unused variables * making ofborg happy
2019-04-14charles: 4.2.7 -> 4.2.8 (#59460)R. RyanTM1-2/+2
2019-02-23charles: made charles 4.x/3.x available (#56159)eyJhb1-39/+59
Charles proxy requires a license and each license is bound to the major release version. Therefore it makes sense to make the previous version available to the users. This change provides two new packages `charles3` and `charles4` and `charles` is now an alias for `charles4`.
2018-09-15charles: 4.2.6 -> 4.2.7 (#46631)Wael Nasreddine1-2/+2
2018-07-13remove useless flagsWael M. Nasreddine1-1/+1
2018-07-13fix the java.library.pathWael M. Nasreddine1-1/+1
2018-07-13address volth commentsWael M. Nasreddine1-11/+6
2018-07-13simplify the build phaseWael M. Nasreddine1-18/+7
2018-07-13charles: init at 4.2.6Wael M. Nasreddine1-0/+64