bundletool-bin: 1.15.5 -> 1.15.6

Diff: https://github.com/google/bundletool/compare/None...1.15.6
This commit is contained in:
GitHub Actions 2023-11-07 20:07:31 +00:00
parent 5726b8d72d
commit 7ba50ea081
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "bundletool-bin";
version = "1.15.5";
version = "1.15.6";
src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
hash = "sha256-DrrIh2ThayFUqnUGGHkX0WmVkzitnVEOMXS8yWydD0A=";
hash = "sha256-OK6KELzazvB+zOghEYjFySs3a+lto4/z7h8s9IlbLLg=";
};
dontUnpack = true;