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

Merge pull request #261536 from marsam/update-bundletool

bundletool: 1.15.4 -> 1.15.5
parents cdc70970 46859c7c
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.4";
  version = "1.15.5";

  src = fetchurl {
    url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar";
    sha256 = "sha256-5fVFl9u1IR8FDo3dA9TXMam036VoTHaHkotlSo3cISo=";
    sha256 = "sha256-DrrIh2ThayFUqnUGGHkX0WmVkzitnVEOMXS8yWydD0A=";
  };

  dontUnpack = true;