Nix: fix crate build hash
This commit is contained in:
parent
971d241c74
commit
a400a51c69
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue