Merge pull request #306722 from r-ryantm/auto-update/bundletool

bundletool: 1.15.6 -> 1.16.0
This commit is contained in:
Nick Cao 2024-04-25 10:23:37 -04:00 committed by GitHub
commit 23234658e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "bundletool";
version = "1.15.6";
version = "1.16.0";
src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
sha256 = "sha256-OK6KELzazvB+zOghEYjFySs3a+lto4/z7h8s9IlbLLg=";
sha256 = "sha256-ggeZb4Oig5r9WtboUy2nSF6gaHS4BiohqUs+Lrl+s5Y=";
};
dontUnpack = true;