summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-09 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-09 04:20:00 +0000
commit5e5c53fdfa272c6dfbf4e38eaee621339c6f049c (patch)
treecf8adc2c3cb16b0bff28fcddefa4b3e940109a24 /pkgs/development/tools
parent7f65b7ca663050e6ec6612b465547a3fc35c6824 (diff)
downloadnixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar.gz
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar.bz2
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar.lz
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar.xz
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.tar.zst
nixpkgs-5e5c53fdfa272c6dfbf4e38eaee621339c6f049c.zip
bundletool: 1.15.2 -> 1.15.4
Diff: https://github.com/google/bundletool/compare/1.15.2...1.15.4

Changelog: https://github.com/google/bundletool/releases/tag/1.15.4
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/bundletool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/bundletool/default.nix b/pkgs/development/tools/bundletool/default.nix
index 5e54b8e8a99..f519c7d0537 100644
--- a/pkgs/development/tools/bundletool/default.nix
+++ b/pkgs/development/tools/bundletool/default.nix
@@ -2,11 +2,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "bundletool";
-  version = "1.15.2";
+  version = "1.15.4";
 
   src = fetchurl {
     url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
-    sha256 = "sha256-lmMVIZUq0GTMJVSotA2lFxirAKZz8wrwGkkUR9ZP/dA=";
+    sha256 = "sha256-5fVFl9u1IR8FDo3dA9TXMam036VoTHaHkotlSo3cISo=";
   };
 
   dontUnpack = true;