Unverified Commit 4e0ebb44 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #226352 from marsam/update-bundletool

bundletool: 1.14.0 -> 1.14.1
parents ac23dc24 88d12610
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.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;