flake.nix: update cargoHash
This commit is contained in:
parent
e165a6cc65
commit
b523fbb7ea
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue