update syntax-renderer

This commit is contained in:
Joakim Repomaa
2025-03-03 09:03:43 +02:00
committed by Joakim Repomaa
parent 2248547f92
commit 173b234f10
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ in
hl = rustPlatform.buildRustPackage {
name = "syntax-renderer";
src = inputs.syntax-renderer;
cargoHash = "sha256-+3rsXsZohapIZAQfDYCqcatj+qWmC2iD8raeECKtgzE=";
cargoHash = "sha256-vlX4jMzwyELvg+KWfYEmsjOc8smofw2zbjD6uxBeOv0=";
};
in
{