about summary refs log tree commit diff
path: root/pkgs/development/tools/database
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-05-22 00:21:10 +0200
committerGitHub <noreply@github.com>2023-05-22 00:21:10 +0200
commite8580e427e95216437374e812568569e88ff870f (patch)
tree6c4f13da0496e75810827fd7661f91c74c7e1f26 /pkgs/development/tools/database
parent335976b8555a98b35135a73867febe13d0db849d (diff)
parentf71e20d49327152ea3c66eee74eada315654ea4b (diff)
Merge pull request #233205 from cpcloud/bump-trino-cli
trino-cli: 416 -> 418
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 2ce2b0251e30a..5b7530c965e8f 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 = "416";
+  version = "418";
 
   jarfilename = "${pname}-${version}-executable.jar";
 
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
-    sha256 = "sha256-0jIOGFPlWgF/vaXTff0hiOWDA7ayiMmzo54eUZp4rsU=";
+    sha256 = "sha256-IVLQG+y2Uvph+0WE+BE2beDSCGzfgkOdclESi+szcZM=";
   };
 
   dontUnpack = true;