Skip to content

Commit

Permalink
bump cargo hash
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Sep 7, 2024
1 parent 03d5b9e commit 49ed32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/glistix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 49ed32e

Please sign in to comment.