Skip to content

Commit

Permalink
Merge pull request #307647 from r-ryantm/auto-update/gremlin-console
Browse files Browse the repository at this point in the history
gremlin-console: 3.7.1 -> 3.7.2
  • Loading branch information
nlewo committed Apr 29, 2024
2 parents ea1ec93 + cb594c8 commit aad67e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gremlin-console/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
pname = "gremlin-console";
version = "3.7.1";
version = "3.7.2";
src = fetchzip {
url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip";
sha256 = "sha256-uiJy4kfcTFUymyE0DxP6GlMX7ONogLFrx6K9IcgwTSE=";
sha256 = "sha256-lIrqMvI/sYGu36X3jNptoIz7mPVomk8YCIR/6y8mpEc=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit aad67e9

Please sign in to comment.