bundletool: 1.14.0 -> 1.14.1

https://github.com/google/bundletool/releases/tag/1.14.1
This commit is contained in:
Mario Rodas 2023-04-15 04:20:00 +00:00
parent 92ca3bdbae
commit 88d12610da

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;