From b523fbb7eaade8a1e54810eac98d487356ad55ce Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 26 Mar 2025 12:06:18 -0700 Subject: [PATCH] flake.nix: update cargoHash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";