From 49ed32e2e09827e2053a41186a8147686dd7259e Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:36:37 -0300 Subject: [PATCH] bump cargo hash --- nix/glistix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/glistix.nix b/nix/glistix.nix index 821ab7876..55b1ddee1 100644 --- a/nix/glistix.nix +++ b/nix/glistix.nix @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; - cargoHash = "sha256-20NCJVdyBUsGX5eWhvBprHFPYymL3YB/Pght4MJ0MDY="; + cargoHash = "sha256-LLeJyOlAe+uAGNBX8Vq+qiSUXE61VhoecibhtWsdaNA="; meta = with lib; { description = "A fork of the Gleam compiler with a Nix backend";