Skip to content

Commit fa4acf2

Browse files
bundletool: 1.17.2 -> 1.18.0 (NixOS#374197)
Co-authored-by: momeemt <[email protected]>
2 parents 1ec67f2 + effda74 commit fa4acf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bu/bundletool/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "bundletool";
11-
version = "1.17.2";
11+
version = "1.18.0";
1212

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

1818
dontUnpack = true;

0 commit comments

Comments
 (0)