gremlin-console: 3.7.3 -> 3.7.4 (#432140)

authored by Yohann Boniface and committed by GitHub 5cd56c7b 5321bc70

+2 -2
+2 -2
pkgs/applications/misc/gremlin-console/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "gremlin-console"; 11 - version = "3.7.3"; 11 + version = "3.7.4"; 12 12 src = fetchzip { 13 13 url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip"; 14 - sha256 = "sha256-27S1ukq9rHncFuPBZmwIP/bKuPYm3AxdBK3PliYTGEQ="; 14 + sha256 = "sha256-Z971M4W359WKs2NjLeWej5IVHnFu5LLsffxl0jraB60="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ makeWrapper ];