bundletool: 1.11.0 -> 1.11.1

https://github.com/google/bundletool/releases/tag/1.11.1
This commit is contained in:
Mario Rodas
2022-09-03 04:20:00 +00:00
parent 73ff5d3db3
commit 1d8239c9b6
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, makeBinaryWrapper, jre_headless }:
{ lib, stdenvNoCC, fetchurl, makeBinaryWrapper, jre_headless }:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "bundletool";
version = "1.11.0";
version = "1.11.1";
src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
sha256 = "sha256-xCw2Wuc2ndTcLrwR7uv5FFnwImxTcG/STeTQBiaKuIw=";
sha256 = "sha256-Zlk6wUQBftst8Tx+dAT67/WBID1BHD4aSAvRcGO9ErE=";
};
dontUnpack = true;