apktool: 2.9.2 -> 2.9.3

This commit is contained in:
R. Ryantm 2024-01-21 06:43:00 +00:00
parent 3211e2cf30
commit e6213e65ff

View File

@ -8,14 +8,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "apktool"; pname = "apktool";
version = "2.9.2"; version = "2.9.3";
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"
]; ];
hash = "sha256-gx8P/Je28g9RHWGDy/Z4VGTTQarLD7fm8i7wx7IokRo="; hash = "sha256-eVbrBBlDAM4NCoStGHce68lLifuNHdzOjqTAVoGGRvQ=";
}; };
dontUnpack = true; dontUnpack = true;