Unverified Commit 23234658 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306722 from r-ryantm/auto-update/bundletool

bundletool: 1.15.6 -> 1.16.0
parents 831d6855 8c1fa131
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "bundletool";
  version = "1.15.6";
  version = "1.16.0";

  src = fetchurl {
    url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
    sha256 = "sha256-OK6KELzazvB+zOghEYjFySs3a+lto4/z7h8s9IlbLLg=";
    sha256 = "sha256-ggeZb4Oig5r9WtboUy2nSF6gaHS4BiohqUs+Lrl+s5Y=";
  };

  dontUnpack = true;