Unverified Commit 2cade75a authored by lewo's avatar lewo Committed by GitHub
Browse files

gremlin-console: 3.7.4 -> 3.8.0 (#462877)

parents 5cd8526f 15a0f12d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@ let
in
stdenv.mkDerivation rec {
  pname = "gremlin-console";
  version = "3.7.4";
  version = "3.8.0";
  src = fetchzip {
    url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip";
    sha256 = "sha256-Z971M4W359WKs2NjLeWej5IVHnFu5LLsffxl0jraB60=";
    sha256 = "sha256-vTv2a3+Ezd87ph4BnRaypPuUz0/s8DFcHVsKaURucTY=";
  };

  nativeBuildInputs = [ makeWrapper ];