Commit graph

11 commits

Author SHA1 Message Date
Robert Scott 3b445eacea treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Pierre Bourdon 0f1bb1f41d
jadx: 1.3.4 -> 1.3.5 2022-04-24 06:53:11 +02:00
Vincent Haupert af9f444698 jadx: 1.3.3 -> 1.3.4 2022-03-21 11:29:17 +01:00
Vincent Haupert 93a35d3a10 jadx: 1.3.2 -> 1.3.3 2022-02-21 10:52:24 +01:00
Thomas Gerbet e9c56180a6 jadx: 1.3.1 -> 1.3.2
Fixes CVE-2022-0219
https://github.com/skylot/jadx/releases/tag/v1.3.2
2022-01-28 18:09:41 +01:00
Lorenz Leutgeb fecc39fcc0 gradle: 7.3.2 -> 7.3.3, 6.9.1 -> 6.9.2 2021-12-23 14:20:48 +01:00
Vincent Haupert 8c31e96aab
jadx: 1.3.0 -> 1.3.1 2021-12-21 00:26:35 +01:00
Vincent Haupert 89369e069d
jadx: 1.2.0 -> 1.3.0 2021-12-02 21:45:58 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Pierre Bourdon 477a1763fc
jadx: 1.1.0 -> 1.2.0 2020-11-14 21:20:18 +01:00
Pierre Bourdon 3d7acfd078
jadx: init at 1.1.0 2020-04-20 03:17:42 +02:00