apktool: 2.2.4 -> 2.3.0
This commit is contained in:
parent
9b7bf9cd91
commit
35bf3b8072
@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apktool-${version}";
|
name = "apktool-${version}";
|
||||||
version = "2.2.4";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar";
|
urls = [
|
||||||
sha256 = "0l9jxa393a52iiawh93v31vr1y6z2bwg6dqhpivqd6y0vip1h7qz";
|
"https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar"
|
||||||
|
"https://github.com/iBotPeaches/Apktool/releases/download/v${version}/apktool_${version}.jar"
|
||||||
|
];
|
||||||
|
sha256 = "b724c158ec99dbad723024e259fd73e5135c40d652a3c599cec6ade9264a568e";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
@ -25,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for reverse engineering Android apk files";
|
description = "A tool for reverse engineering Android apk files";
|
||||||
homepage = https://code.google.com/p/android-apktool/;
|
homepage = https://ibotpeaches.github.io/Apktool/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user