about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-06 21:04:37 +0300
committerGitHub <noreply@github.com>2023-05-06 21:04:37 +0300
commitf54f089b8925a05aa245fbc8acb8c83272c716d3 (patch)
treefd357394f6f1d5564bdeb48771d126c7d44b53f1 /pkgs/servers
parent21ce13c6ebf3ac5b2ac9b0cc46923c3d57ea788e (diff)
parentdbfe3ff44d76ebfc1c5fee77402acc382ddc261d (diff)
Merge pull request #230304 from r-ryantm/auto-update/oxigraph
oxigraph: 0.3.14 -> 0.3.16
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/oxigraph/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/oxigraph/default.nix b/pkgs/servers/oxigraph/default.nix
index 975e2db3ad215..f43a9576b5ccd 100644
--- a/pkgs/servers/oxigraph/default.nix
+++ b/pkgs/servers/oxigraph/default.nix
@@ -8,17 +8,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oxigraph";
-  version = "0.3.14";
+  version = "0.3.16";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-BiPK0eFlKtGQ7m0LaVeeXp5gz+C1UW0JK7L8Nc21rKU=";
+    sha256 = "sha256-sE+HeXg6JovLXhFFJhgsASfObvzgeYX+MjwI5b7G0gI=";
     fetchSubmodules = true;
   };
 
-  cargoHash = "sha256-VGXnUdJDbD8bGdXRbIkC4wgAmSUK2gh/XEYLaPfaaLg=";
+  cargoHash = "sha256-7ykVKPjCFwpLqdPiWlxO/rBofgbfv+U3aM50RhzjGVY=";
 
   nativeBuildInputs = [
     rustPlatform.bindgenHook