Merge pull request #265853 from r-ryantm/auto-update/janusgraph

janusgraph: 0.6.4 -> 1.0.0
This commit is contained in:
Weijia Wang 2023-12-04 02:17:53 +01:00 committed by GitHub
commit 4b03a58b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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