oxigraph: 0.4.11 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-09-13 19:23:49 +00:00
parent f4ee7c9223
commit 453a9de968
+3 -3
View File
@@ -13,17 +13,17 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "oxigraph";
version = "0.4.11";
version = "0.5.0";
src = fetchFromGitHub {
owner = "oxigraph";
repo = "oxigraph";
tag = "v${finalAttrs.version}";
hash = "sha256-M5C+SNZYXKfcosnRe9a+Zicyjuo6wli2uWv/SJxufJc=";
hash = "sha256-Q/wMRDTlz7xH59Mc+G+DOH0GYzE3KYPFvBZtVYVOeQI=";
fetchSubmodules = true;
};
cargoHash = "sha256-TgeHmCMwXK+OlTGIyzus/N+MY29lgK+JuzUBwVFbpsI=";
cargoHash = "sha256-qk4NloQU0am8yqoViXZy9TmGvQ6RJt3otzaVugoF4mc=";
nativeBuildInputs = [
rustPlatform.bindgenHook