janusgraph: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2023-10-14 11:26:38 +00:00
parent aef16f9cb4
commit 25381d09c0

View File

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