summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-27 15:42:03 +0100
committerGitHub <noreply@github.com>2022-02-27 15:42:03 +0100
commit07ea91713431e6614849f6ff5824f076fffe9e9c (patch)
tree502bd7557b5f634b0fedaa93ddd91d2537ab141a
parentd28f408bb69cceca104763f2044f541ab3c2dfd5 (diff)
parent06e5302eb5ede88379355afc88d12305f8890d8d (diff)
downloadnixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar.gz
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar.bz2
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar.lz
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar.xz
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.tar.zst
nixpkgs-07ea91713431e6614849f6ff5824f076fffe9e9c.zip
Merge pull request #162034 from r-ryantm/auto-update/apktool
apktool: 2.6.0 -> 2.6.1
-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 3b9044a544a..3dda078397e 100644
--- a/pkgs/development/tools/apktool/default.nix
+++ b/pkgs/development/tools/apktool/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "apktool";
-  version = "2.6.0";
+  version = "2.6.1";
 
   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 = "sha256-91CjzSwflC8n9ff9XRfq2jva/wpmQ/SduEfoQlef3aU=";
+    sha256 = "sha256-vCuah6xahpBbbKNDwhoNs7w3vdURVLyc32VSPZWJXTQ=";
   };
 
   dontUnpack = true;