flake.nix: update cargoHash

This commit is contained in:
Elnu 2025-03-26 12:06:18 -07:00
parent e165a6cc65
commit b523fbb7ea

View file

@ -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";