about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-24 13:44:59 -0600
committerGitHub <noreply@github.com>2023-12-24 13:44:59 -0600
commit16b68d9e4616400fed22990df792afec96f72e6a (patch)
tree701683e40d07a5d69e7ac1ebd4edb62bdb392c7d
parent8aec3c8207ba23eb44a44e5e0a2e89ce9af3d57d (diff)
parente14f7ae634dfb90427fcb15835504553a46f2211 (diff)
Merge pull request #276485 from r-ryantm/auto-update/trino-cli
trino-cli: 434 -> 435
-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 7c33d0b3df818..c42ab0208b320 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 = "434";
+  version = "435";
 
   jarfilename = "${pname}-${version}-executable.jar";
 
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
-    sha256 = "sha256-lu6qx6AhYtNWwkIydZV332Z5HqIh0uG1WIJZiYXI5Ao=";
+    sha256 = "sha256-X+G75KtlQus9mYcGtAMm7MDo7reN2ZTlVvhGhzEu5W4=";
   };
 
   dontUnpack = true;