summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-12-09 05:45:20 -0500
committerPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-12-09 05:45:56 -0500
commit585934ed1602ff42f3d7ebb1e8e3a81483bb348a (patch)
tree79345b77a8534668e05315acd9ded77f6a1d0fbd
parentMerge pull request #203244 from r-ryantm/auto-update/victoriametrics (diff)
downloadnixpkgs-585934ed1602ff42f3d7ebb1e8e3a81483bb348a.tar.gz
trino-cli: 392 -> 403
-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 d68786a9ee68..be4f9f07f48d 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 = "392";
+ version = "403";
jarfilename = "${pname}-${version}-executable.jar";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
- sha256 = "sha256-yqTKXmcRgsSSr4KAZ2NV7FrCGIxCU/V14XFEZmUTj1s=";
+ sha256 = "sha256-Yo7WQoY99gbXflcms0v3r9w+GXSNOP+CdKDnUZXEs8Q=";
};
dontUnpack = true;