oxigraph: 0.3.19 -> 0.3.20

+3 -3
+3 -3
pkgs/servers/oxigraph/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxigraph"; 11 - version = "0.3.19"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "sha256-lVPRg9zU3VOTrxr2pTHzfvaGjoP/h88W4JmQhOKshRc="; 18 fetchSubmodules = true; 19 }; 20 21 - cargoHash = "sha256-+wh6qHXW9KXXOkMIkRr+tI3ViBrHpE2G+96mhXFJDtI="; 22 23 nativeBuildInputs = [ 24 rustPlatform.bindgenHook
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxigraph"; 11 + version = "0.3.20"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-gV7Yo14oGFzuO1b/JGXeuqn4k+9aNTwngEJHoD9+NMI="; 18 fetchSubmodules = true; 19 }; 20 21 + cargoHash = "sha256-bXf7PZm2l1hwnFVbfEJWLyRaVY3cZFaDSe8b77JtyaU="; 22 23 nativeBuildInputs = [ 24 rustPlatform.bindgenHook