Merge pull request #36430 from ryantm/auto-update/apktool

apktool: 2.3.0 -> 2.3.1
This commit is contained in:
Joachim F 2018-03-14 19:30:37 +00:00 committed by GitHub
commit 6de4671297
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.0";
version = "2.3.1";
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 = "b724c158ec99dbad723024e259fd73e5135c40d652a3c599cec6ade9264a568e";
sha256 = "01xj2hivwwp3msvv0psxyxrzg95vj2ny56l3n90glhwznn7l60ai";
};
phases = [ "installPhase" ];