diff --git a/nix/rust.nix b/nix/rust.nix index cba8ab772384..4c630cf732dc 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -141,10 +141,10 @@ in version = deps.wasm-bindgen.version; src = final.fetchCrate { inherit pname version; - sha256 = "sha256-0u9bl+FkXEK2b54n7/l9JOCtKo+pb42GF9E1EnAUQa0="; + sha256 = "sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk="; }; - cargoSha256 = "sha256-AsZBtE2qHJqQtuCt/wCAgOoxYMfvDh8IzBPAOkYSYko="; + cargoSha256 = "sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50="; nativeBuildInputs = [ final.pkg-config ]; buildInputs = with final;