Merge pull request #223041 from cpcloud/bump-trino-cli
trino-cli: 403 -> 410
This commit is contained in:
commit
4bf3682f0f
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "trino-cli";
|
||||
version = "403";
|
||||
version = "410";
|
||||
|
||||
jarfilename = "${pname}-${version}-executable.jar";
|
||||
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
|
||||
sha256 = "sha256-Yo7WQoY99gbXflcms0v3r9w+GXSNOP+CdKDnUZXEs8Q=";
|
||||
sha256 = "sha256-8ywle5z8OOFejAsBKSrh8RvaKyO1zht1My4QjKe/Lps=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
description = "The Trino CLI provides a terminal-based, interactive shell for running queries";
|
||||
homepage = "https://github.com/trinodb/trino";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.regadas ];
|
||||
maintainers = with maintainers; [ regadas cpcloud ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue