Merge pull request #226352 from marsam/update-bundletool

bundletool: 1.14.0 -> 1.14.1
This commit is contained in:
Mario Rodas 2023-04-15 20:01:12 -05:00 committed by GitHub
commit 4e0ebb44b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "bundletool";
version = "1.14.0";
version = "1.14.1";
src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
sha256 = "sha256-50Dn04VixejYfMgXVIstuU5CgC6aB3T99nTnWP95aU0=";
sha256 = "sha256-L3j5yNBZ2xx+pKxv+yUnRmrwODjRULcPS3f+fe78oBE=";
};
dontUnpack = true;