gremlin-console: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm 2022-07-27 18:30:55 +00:00
parent 6688a347b4
commit 474c627a55

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "gremlin-console";
version = "3.6.0";
version = "3.6.1";
src = fetchzip {
url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip";
sha256 = "sha256-gYlHZuRKpBpC0will4EoJGyHW41vSjAT8Yg8yK6PCms=";
sha256 = "sha256-lr3ffyAL8LBj7mt4EmN2Kq2pxvW4P7zd66gU9X4qzJw=";
};
nativeBuildInputs = [ makeWrapper ];