about summary refs log tree commit diff
path: root/pkgs/development/tools/database
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 /pkgs/development/tools/database
parentfacc17ace3a5be60487aa1b528bb134b9f05de88 (diff)
trino-cli: 392 -> 403
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 d68786a9ee68a..be4f9f07f48d6 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;