edge-runtime: 1.6.7 -> 1.7.2

This commit is contained in:
R. Ryantm
2023-07-29 06:09:08 +00:00
committed by Yt
parent 1a64695dd0
commit 3641464f1c
@@ -11,7 +11,7 @@
let
pname = "edge-runtime";
version = "1.6.7";
version = "1.7.2";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-Jq9UXFgbTDKe1AWyg4fxn62ODqWu0AUqzlUOo+JUYpo=";
hash = "sha256-kYV9AUXEytZoP2qUnryUE1jiKei9F8vCPZFF348SwZI=";
fetchSubmodules = true;
};
cargoHash = "sha256-fOqo9aPgpW6oAEHtZIE7iHjTIRrgDPbdSFBaq4s0r94=";
cargoHash = "sha256-z/ybs6bfIXi5syRGETmBBML/WEctbCUCkzRX62rUtAk=";
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];