Unverified Commit ceec8c94 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

apktool: 2.9.2 -> 2.9.3
parents 355463ee e6213e65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;