Merge pull request #248222 from marsam/update-bundletool

bundletool: 1.15.2 -> 1.15.4

authored by Nick Cao and committed by GitHub 11717e91 abf11926

+3 -2
+3 -2
pkgs/development/tools/bundletool/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "bundletool"; 5 - version = "1.15.2"; 5 + version = "1.15.4"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/google/bundletool/releases/download/${version}/bundletool-all-${version}.jar"; 9 - sha256 = "sha256-lmMVIZUq0GTMJVSotA2lFxirAKZz8wrwGkkUR9ZP/dA="; 9 + sha256 = "sha256-5fVFl9u1IR8FDo3dA9TXMam036VoTHaHkotlSo3cISo="; 10 10 }; 11 11 12 12 dontUnpack = true; ··· 23 23 description = "Command-line tool to manipulate Android App Bundles"; 24 24 homepage = "https://developer.android.com/studio/command-line/bundletool"; 25 25 changelog = "https://github.com/google/bundletool/releases/tag/${version}"; 26 + sourceProvenance = with sourceTypes; [ binaryBytecode ]; 26 27 maintainers = with maintainers; [ marsam ]; 27 28 platforms = jre_headless.meta.platforms; 28 29 license = licenses.asl20;