summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 23:41:21 -0700
committerRobin Gloster <mail@glob.in>2018-05-03 16:01:40 +0200
commitc421ed42198f287b0d0871dfac2e604c67085cc7 (patch)
tree33719acb492a5ba1e8cbc09f4ac6d0127f0c879c /pkgs/development/tools
parent47e8c75a0cb20673313d639b8d070549f1ba1fac (diff)
downloadnixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar.gz
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar.bz2
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar.lz
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar.xz
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.tar.zst
nixpkgs-c421ed42198f287b0d0871dfac2e604c67085cc7.zip
apktool: 2.3.2 -> 2.3.3
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool -h’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --help’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool help’ got 0 exit code
- ran ‘/nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3/bin/apktool --version’ and found version 2.3.3
- found 2.3.3 with grep in /nix/store/x2im0ff8abgj4zp2al9v7339b4lqm7y2-apktool-2.3.3
- directory tree listing: https://gist.github.com/442f8aae9c8a9a0f7594fc049c97fe51
Diffstat (limited to 'pkgs/development/tools')
-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 65211ca088b..91caf0348a4 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.2";
+  version = "2.3.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"
     ];
-    sha256 = "01sjrc3fwkpkr8b4w1i9amyiix02b29n0w2zcrw5sdj91n8vm3b4";
+    sha256 = "1wjpn1wxg8fid2mch5ili35xqvasa3pk8h1xaiygw5idpxh3cm0f";
   };
 
   phases = [ "installPhase" ];