apktool: 2.4.0 -> 2.4.1

This commit is contained in:
R. RyanTM 2019-12-07 18:30:54 -08:00 committed by Lassulus
parent 302a0be9db
commit a17d1ae910

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "apktool"; pname = "apktool";
version = "2.4.0"; version = "2.4.1";
src = fetchurl { src = fetchurl {
urls = [ urls = [
"https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar" "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar"
"https://github.com/iBotPeaches/Apktool/releases/download/v${version}/apktool_${version}.jar" "https://github.com/iBotPeaches/Apktool/releases/download/v${version}/apktool_${version}.jar"
]; ];
sha256 = "1hdwgsw3ggmdzv523wq037kjxhxqp1xq8n8m1qb22vvdj7l1dwd0"; sha256 = "0ljsh8nx065isnyzzrwddypikkfhyqsww0w02cgwgh8x3lhndsxx";
}; };
phases = [ "installPhase" ]; phases = [ "installPhase" ];