diff --git a/flake.nix b/flake.nix index 30970c3..7994e90 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ Some utility commands: buildInputs = with pkgs; [ openssl ]; # rustPlatform.fetchCargoTarball is deprecated in favor of rustPlatform.fetchCargoVendor. useFetchCargoVendor = true; - cargoHash = "sha256-eKsQsOIiZDpDOGLMcpU+dL/e/UBEnbQIgcVPKi5xpC8="; + cargoHash = "sha256-RNQRqW4BA6hixj4i1xBzs4d7MoQL6e+l4AeBrGhQ+nQ="; meta = with nixpkgs.lib; { homepage = "https://tegakituesday.com"; description = "Discord bot for the Tegaki Tuesday handwriting challenge";