From 9c0bd78ddd0adf2cb5f8fdb1e87fd28fdd44547c Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sat, 27 Jul 2024 02:00:51 -0300 Subject: [PATCH] update cargo lock hash --- nix/glistix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/glistix.nix b/nix/glistix.nix index e47ae13f5..1a0b2a1d5 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-0R2D/BkpzFe02TpjabfUCVmMabVoTNky/tUlZ7f3Uts="; + cargoHash = "sha256-I5oYfY4zcuhDe5WsbWzso+CFafqymOYEmxD4DmV/NOo="; meta = with lib; { description = "A fork of the Gleam compiler with a Nix backend";