We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec67f2 + effda74 commit fa4acf2Copy full SHA for fa4acf2
pkgs/by-name/bu/bundletool/package.nix
@@ -8,11 +8,11 @@
8
9
stdenvNoCC.mkDerivation (finalAttrs: {
10
pname = "bundletool";
11
- version = "1.17.2";
+ version = "1.18.0";
12
13
src = fetchurl {
14
url = "https://github.com/google/bundletool/releases/download/${finalAttrs.version}/bundletool-all-${finalAttrs.version}.jar";
15
- sha256 = "sha256-LUrZCPrqZAR8HMnLdH5qpmfGqxkuCWB70WtnJGqM1q4=";
+ sha256 = "sha256-eDQ3ZNLnnI9VcQN4sEmB/LHkba6/w7XcV3d4CC5qmP0=";
16
};
17
18
dontUnpack = true;
0 commit comments