Merge pull request #262371 from makefu/pkgs/dex2jar/bump

dex2jar: 2.1 -> 2.4
This commit is contained in:
Nick Cao 2023-10-21 10:41:17 -04:00 committed by GitHub
commit cae847179c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "dex2jar";
version = "2.1";
version = "2.4";
src = fetchurl {
url = "https://github.com/pxb1988/dex2jar/releases/download/v${finalAttrs.version}/dex2jar-${finalAttrs.version}.zip";
hash = "sha256-epvfhD1D3k0elOwue29VglAXsMSn7jn/gmYOJJOkbwg=";
url = "https://github.com/pxb1988/dex2jar/releases/download/v${finalAttrs.version}/dex-tools-v${finalAttrs.version}.zip";
hash = "sha256-7nxF6zwdJHSmFF2NRH5lGnNqItlmS209O+WlqBfdojo=";
};
nativeBuildInputs = [ makeWrapper unzip ];