gremlin-console: 3.6.1 -> 3.6.2

This commit is contained in:
R. Ryantm 2023-01-31 05:34:38 +00:00
parent fe85b09c8b
commit 382cad7adf

View file

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