Loading pkgs/by-name/gr/gremlin-console/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,10 @@ let in stdenv.mkDerivation rec { pname = "gremlin-console"; version = "3.7.4"; version = "3.8.0"; src = fetchzip { url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip"; sha256 = "sha256-Z971M4W359WKs2NjLeWej5IVHnFu5LLsffxl0jraB60="; sha256 = "sha256-vTv2a3+Ezd87ph4BnRaypPuUz0/s8DFcHVsKaURucTY="; }; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/by-name/gr/gremlin-console/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,10 @@ let in stdenv.mkDerivation rec { pname = "gremlin-console"; version = "3.7.4"; version = "3.8.0"; src = fetchzip { url = "https://downloads.apache.org/tinkerpop/${version}/apache-tinkerpop-gremlin-console-${version}-bin.zip"; sha256 = "sha256-Z971M4W359WKs2NjLeWej5IVHnFu5LLsffxl0jraB60="; sha256 = "sha256-vTv2a3+Ezd87ph4BnRaypPuUz0/s8DFcHVsKaURucTY="; }; nativeBuildInputs = [ makeWrapper ]; Loading