Merge pull request #38771 from r-ryantm/auto-update/apktool

apktool: 2.3.1 -> 2.3.2
This commit is contained in:
Matthew Justin Bauer 2018-04-18 21:55:50 -05:00 committed by GitHub
commit 5cff8ec220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "apktool-${version}";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
urls = [
"https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar"
"https://github.com/iBotPeaches/Apktool/releases/download/v${version}/apktool_${version}.jar"
];
sha256 = "01xj2hivwwp3msvv0psxyxrzg95vj2ny56l3n90glhwznn7l60ai";
sha256 = "01sjrc3fwkpkr8b4w1i9amyiix02b29n0w2zcrw5sdj91n8vm3b4";
};
phases = [ "installPhase" ];