From a400a51c699f7dc9488b771324ee7424e39b1303 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Wed, 1 Jan 2025 15:31:43 +0100 Subject: [PATCH] Nix: fix crate build hash --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e743b49..0b5202e 100644 --- a/default.nix +++ b/default.nix @@ -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";