dex2jar: 2.1 -> 2.4

This commit is contained in:
makefu 2023-10-20 22:03:26 +02:00
parent 6ff132d038
commit e851b85178
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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 ];