about summary refs log tree commit diff
path: root/pkgs/development/tools/database
diff options
context:
space:
mode:
authorFilipe Regadas <oss@regadas.email>2023-04-08 08:40:04 +0100
committerGitHub <noreply@github.com>2023-04-08 08:40:04 +0100
commit5b6baa6c8c763735a630854e3a0a360712ab6216 (patch)
tree182a5e8d5adca7a8db3e442b9c8b31e0b753bb2d /pkgs/development/tools/database
parent0d3d2a2231c762e59ac876b3920e569d5cf40646 (diff)
trino-cli: 410 -> 412
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 8d9e8ac4c7fdb..805dc2c7cdedf 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 = "410";
+  version = "412";
 
   jarfilename = "${pname}-${version}-executable.jar";
 
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
-    sha256 = "sha256-8ywle5z8OOFejAsBKSrh8RvaKyO1zht1My4QjKe/Lps=";
+    sha256 = "sha256-jVz4VjlCVzuKOSa99vhmiu8v0ISIoCU9Vv9tRQ5vcX4=";
   };
 
   dontUnpack = true;