Skip to content

Commit

Permalink
bundletool: 1.17.2 -> 1.18.0 (NixOS#374197)
Browse files Browse the repository at this point in the history
Co-authored-by: momeemt <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and momeemt authored Jan 16, 2025
2 parents 1ec67f2 + effda74 commit fa4acf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bu/bundletool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "bundletool";
version = "1.17.2";
version = "1.18.0";

src = fetchurl {
url = "https://github.com/google/bundletool/releases/download/${finalAttrs.version}/bundletool-all-${finalAttrs.version}.jar";
sha256 = "sha256-LUrZCPrqZAR8HMnLdH5qpmfGqxkuCWB70WtnJGqM1q4=";
sha256 = "sha256-eDQ3ZNLnnI9VcQN4sEmB/LHkba6/w7XcV3d4CC5qmP0=";
};

dontUnpack = true;
Expand Down

0 comments on commit fa4acf2

Please sign in to comment.