summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/apktool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-25 08:02:35 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-25 08:02:35 -0700
commitfd4df30cd5d788d6cbf4fd659282a20a64b0d8d9 (patch)
treef0e40ef615c330780c14e13f42bf708ce31adb57 /pkgs/development/tools/apktool
parentf9197b9f63da8b6d9244c5a8e99507fdd294dcc5 (diff)
apktool: 2.3.3 -> 2.3.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apktool/versions
Diffstat (limited to 'pkgs/development/tools/apktool')
-rw-r--r--pkgs/development/tools/apktool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/apktool/default.nix b/pkgs/development/tools/apktool/default.nix
index 91caf0348a4e..42deae45a25d 100644
--- a/pkgs/development/tools/apktool/default.nix
+++ b/pkgs/development/tools/apktool/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "apktool-${version}";
- version = "2.3.3";
+ version = "2.3.4";
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 = "1wjpn1wxg8fid2mch5ili35xqvasa3pk8h1xaiygw5idpxh3cm0f";
+ sha256 = "07fwp5sczyivdz37ag9fa258gr9jbz3k3395hp5db7cwizaip2vm";
};
phases = [ "installPhase" ];