diff --git a/nix/kitchenWasm/default.nix b/nix/kitchenWasm/default.nix index 3fc35aa..b56f3b5 100644 --- a/nix/kitchenWasm/default.nix +++ b/nix/kitchenWasm/default.nix @@ -12,7 +12,7 @@ let cargoDeps = (pkgs.rustPlatform.importCargoLock { inherit lockFile; outputHashes = { # I'm maintaining some patches for these so the lockfile hashes are a little # incorrect. We override those here. - "sycamore-0.8.2" = "sha256-I+NTfT83l8kST//IxJOZmeuhi1xWX070LToWPRU9j2A="; + "sycamore-0.8.2" = "sha256-D968+8C5EelGGmot9/LkAlULZOf/Cr+1WYXRCMwb1nQ="; "sqlx-0.6.2" = "sha256-X/LFvtzRfiOIEZJiVzmFvvULPpjhqvI99pSwH7a//GM="; }; });