bundletool: 1.12.1 -> 1.13.0

https://github.com/google/bundletool/releases/tag/1.13.0
This commit is contained in:
Mario Rodas 2022-11-04 04:20:00 +00:00
parent a395a15960
commit ce9cf5430e

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "bundletool";
version = "1.12.1";
version = "1.13.0";
src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
sha256 = "sha256-yn8Nz2f0UffzTrI+g1MoDpOYj7frq6/US86auYkcs3I=";
sha256 = "sha256-9Fks0DrUgk6N218pPvgAHrU0P9kjCOJhQx8ILzloC+I=";
};
dontUnpack = true;