Commit 9a3fc4f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

gremlin-console: 3.6.4 -> 3.7.0

parent 834f66f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
  pname = "gremlin-console";
  version = "3.6.4";
  version = "3.7.0";
  src = fetchzip {
    url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip";
    sha256 = "sha256-3fZA0U7dobr4Zsudin9OmwcYUw8gdltUWFTVe2l8ILw=";
    sha256 = "sha256-trdxRqQ/S7b02CPX/iZj/lDSNEtS9HqVYd77bHduOKo=";
  };

  nativeBuildInputs = [ makeWrapper ];