From e3627e2f66f3eefb3021358eb6095a89aef0d966 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:06:06 -0300 Subject: [PATCH] nix/glistix: update cargo hash --- nix/glistix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/glistix.nix b/nix/glistix.nix index d405bfa98..00a57110d 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-RxHkBOIMtXrr4Up7oY8K3jszdWiy9BF1nyv1fE/be48="; + cargoHash = "sha256-hJ+sQrQ3br/1OYhuTv53W2lKEQf5A1Ix9WWvER8UPio="; meta = with lib; { description = "A fork of the Gleam compiler with a Nix backend";