summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/database
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-16 08:43:11 -0500
committerGitHub <noreply@github.com>2022-07-16 08:43:11 -0500
commitcc362d894147ae671d76045c4bda381772f6b7f7 (patch)
tree3b9e4a1779c5133f8f6a11b3af36d3ec80042e61 /pkgs/development/tools/database
parentcfb09a71944ee139210be3da4f55d2a0ac2db9bb (diff)
parent0d1222ad692c33409e4948248cafdb5fde6ddd0e (diff)
Merge pull request #181657 from regadas/patch-1
trino-cli: 387 -> 390
Diffstat (limited to 'pkgs/development/tools/database')
-rw-r--r--pkgs/development/tools/database/trino-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/database/trino-cli/default.nix b/pkgs/development/tools/database/trino-cli/default.nix
index aeeebf484d8f..1dbd242b1709 100644
--- a/pkgs/development/tools/database/trino-cli/default.nix
+++ b/pkgs/development/tools/database/trino-cli/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "trino-cli";
- version = "387";
+ version = "390";
jarfilename = "${pname}-${version}-executable.jar";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
- sha256 = "sha256-26TYtfxKLP3dW2uOoxc6rRnGXxnmbKG99xR0X7ntXDY=";
+ sha256 = "sha256-rqs2rWmr5hv4F/tc7xWBgkNht/l3meJUnpEyOn2cU48=";
};
dontUnpack = true;