oxigraph: 0.5.3 -> 0.5.4 (#483546)

This commit is contained in:
Nick Cao
2026-01-26 21:52:14 +00:00
committed by GitHub
+3 -3
View File
@@ -13,17 +13,17 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "oxigraph";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "oxigraph";
repo = "oxigraph";
tag = "v${finalAttrs.version}";
hash = "sha256-hIB4/6D7AogEpNYyB95nDotspUyaiOW8X6KuVgyjj5Y=";
hash = "sha256-WAwgZNEaemf0QN1cG+6nhz4PlGFXkiBaqZb6VxH3gUw=";
fetchSubmodules = true;
};
cargoHash = "sha256-EhJQgYeeSln1bLLH3nEUFJ7q+PWA/DHAswh4ei4bHWY=";
cargoHash = "sha256-OeUXHTcHK7GHB+qV7fq5+0DbGR/PLx05Cp7aSyW0iFE=";
nativeBuildInputs = [
rustPlatform.bindgenHook