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";