Nix: fix crate build hash

This commit is contained in:
Victor Mignot 2025-01-01 15:31:43 +01:00
parent 971d241c74
commit a400a51c69
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -8,7 +8,7 @@ pkgs.rustPlatform.buildRustPackage {
src = ./.;
cargoSha256 = "sha256-FfhyVjCZRvjbSAQ8aGTegjtSh5d4vMSoxzk+xagmj9w=";
cargoHash = "sha256-jspdQtP+z8SXD7gs5G0GrvJLt6sU6RyvGyn5SPQU85U=";
meta = with pkgs.lib; {
description = "Discord bot implementing a topic management system";