Merge pull request #272210 from r-ryantm/auto-update/gremlin-console

gremlin-console: 3.7.0 -> 3.7.1
This commit is contained in:
Weijia Wang 2024-01-03 14:48:05 +01:00 committed by GitHub
commit 087a2a34c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "gremlin-console";
version = "3.7.0";
version = "3.7.1";
src = fetchzip {
url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip";
sha256 = "sha256-trdxRqQ/S7b02CPX/iZj/lDSNEtS9HqVYd77bHduOKo=";
sha256 = "sha256-uiJy4kfcTFUymyE0DxP6GlMX7ONogLFrx6K9IcgwTSE=";
};
nativeBuildInputs = [ makeWrapper ];