Merge pull request #181657 from regadas/patch-1

trino-cli: 387 -> 390

authored by Mario Rodas and committed by GitHub cc362d89 cfb09a71

+2 -2
+2 -2
pkgs/development/tools/database/trino-cli/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "trino-cli"; 5 - version = "387"; 6 7 jarfilename = "${pname}-${version}-executable.jar"; 8 ··· 10 11 src = fetchurl { 12 url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}"; 13 - sha256 = "sha256-26TYtfxKLP3dW2uOoxc6rRnGXxnmbKG99xR0X7ntXDY="; 14 }; 15 16 dontUnpack = true;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "trino-cli"; 5 + version = "390"; 6 7 jarfilename = "${pname}-${version}-executable.jar"; 8 ··· 10 11 src = fetchurl { 12 url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}"; 13 + sha256 = "sha256-rqs2rWmr5hv4F/tc7xWBgkNht/l3meJUnpEyOn2cU48="; 14 }; 15 16 dontUnpack = true;