Commit 15a0f12d authored by R. RyanTM's avatar R. RyanTM
Browse files

gremlin-console: 3.7.4 -> 3.8.0

parent 0e828da5
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 ];