janusgraph: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2023-03-02 20:39:47 +00:00
parent 255f62ed45
commit 64ea6fa781

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "janusgraph";
version = "0.6.2";
version = "0.6.3";
src = fetchzip {
url = "https://github.com/JanusGraph/janusgraph/releases/download/v${version}/janusgraph-${version}.zip";
sha256 = "sha256-8TMYk8gGyL71zcFk0Lgo7Isvm4k3eh/H6PjfVePpkI4=";
sha256 = "sha256-KpGvDfQExU6pHheqmcOFoAhHdF4P+GBQu779h+/L5mE=";
};
nativeBuildInputs = [ makeWrapper ];