trino-cli: 416 -> 418

This commit is contained in:
Phillip Cloud 2023-05-21 06:33:38 -04:00
parent fa0ce35ee7
commit f71e20d493
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -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;