Unverified Commit e51af962 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #226286 from cpcloud/bump-trino-cli

trino-cli: 412 -> 413
parents 985d5e6b f5adc891
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "trino-cli";
  version = "412";
  version = "413";

  jarfilename = "${pname}-${version}-executable.jar";

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}";
    sha256 = "sha256-jVz4VjlCVzuKOSa99vhmiu8v0ISIoCU9Vv9tRQ5vcX4=";
    sha256 = "sha256-gsa5RbW9gz7TRhiU4bKLtxTZaggP9Ee6KpxhZBhpqgA=";
  };

  dontUnpack = true;