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

gremlin-console: 3.5.0 -> 3.5.1

authored by

lewo and committed by
GitHub
f957f058 049e5e93

+2 -2
+2 -2
pkgs/applications/misc/gremlin-console/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "gremlin-console"; 5 - version = "3.5.0"; 5 + version = "3.5.1"; 6 6 src = fetchzip { 7 7 url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip"; 8 - sha256 = "sha256-aVhDbOYhgYaWjttGjJvBKbov7OGWh2/llBTePFPGXDM="; 8 + sha256 = "sha256-66krBK5mSMT0scCgMmiaigT/9nmYfItxe1OTzSbX+kE="; 9 9 }; 10 10 11 11 nativeBuildInputs = [ makeWrapper ];