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

apktool: 2.9.2 -> 2.9.3
This commit is contained in:
Nick Cao
2024-01-21 11:36:50 -05:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "apktool";
version = "2.9.2";
version = "2.9.3";
src = fetchurl {
urls = [
"https://bitbucket.org/iBotPeaches/apktool/downloads/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;