mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
jadx: 1.4.7 -> 1.5.0
This commit is contained in:
parent
44619227fe
commit
7dbeba27ae
2 changed files with 1161 additions and 333 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "jadx";
|
||||
version = "1.4.7";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "skylot";
|
||||
repo = "jadx";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-3t2e3WfH/ohkdGWlfV3t9oHJ1Q6YM6nSLOgmzgJEkls=";
|
||||
hash = "sha256-+F+PHAd1+FmdAlQkjYDBsUYCUzKXG19ZUEorfvBUEg0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gradle jdk imagemagick makeWrapper copyDesktopItems ]
|
||||
|
@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "jadx-gui";
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
};
|
||||
})
|
||||
|
|
1489
pkgs/tools/security/jadx/deps.json
generated
1489
pkgs/tools/security/jadx/deps.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue