Loading pkgs/by-name/ox/oxigraph/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,18 +13,18 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "oxigraph"; version = "0.4.9"; version = "0.4.11"; src = fetchFromGitHub { owner = "oxigraph"; repo = "oxigraph"; tag = "v${finalAttrs.version}"; hash = "sha256-sv9LpAoPQ4oFrGI6j6NgVZwEwpM1wt93lHkUwnvmhIY="; hash = "sha256-M5C+SNZYXKfcosnRe9a+Zicyjuo6wli2uWv/SJxufJc="; fetchSubmodules = true; }; useFetchCargoVendor = true; cargoHash = "sha256-nVlvmYOxZDMLvxP8JaKTyKMgW6+48B8B+UzlwgthJS0="; cargoHash = "sha256-TgeHmCMwXK+OlTGIyzus/N+MY29lgK+JuzUBwVFbpsI="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading Loading
pkgs/by-name/ox/oxigraph/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,18 +13,18 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "oxigraph"; version = "0.4.9"; version = "0.4.11"; src = fetchFromGitHub { owner = "oxigraph"; repo = "oxigraph"; tag = "v${finalAttrs.version}"; hash = "sha256-sv9LpAoPQ4oFrGI6j6NgVZwEwpM1wt93lHkUwnvmhIY="; hash = "sha256-M5C+SNZYXKfcosnRe9a+Zicyjuo6wli2uWv/SJxufJc="; fetchSubmodules = true; }; useFetchCargoVendor = true; cargoHash = "sha256-nVlvmYOxZDMLvxP8JaKTyKMgW6+48B8B+UzlwgthJS0="; cargoHash = "sha256-TgeHmCMwXK+OlTGIyzus/N+MY29lgK+JuzUBwVFbpsI="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading