Skip to content

Commit 626bf04

Browse files
authored
druid: 32.0.0 -> 32.0.1 (NixOS#391739)
2 parents 2055c82 + d9bd530 commit 626bf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dr/druid/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ let
2020
in
2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "apache-druid";
23-
version = "32.0.0";
23+
version = "32.0.1";
2424

2525
src = fetchurl {
2626
url = "mirror://apache/druid/${finalAttrs.version}/apache-druid-${finalAttrs.version}-bin.tar.gz";
27-
hash = "sha256-JeHmraWOQNjaVYyhYQesBrwLHAqnqsEG6it6quj3K3I=";
27+
hash = "sha256-Tfu2BEAbwlVnjpF3FtS7w0kXfH0LVtyVLSVTNLo4Ny4=";
2828
};
2929

3030
dontBuild = true;

0 commit comments

Comments
 (0)