From 74704e2a350b7d82723da5524c90a4ec732fa16b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sat, 14 Dec 2024 04:47:22 -0600 Subject: [PATCH] fixup(deps): correct Nix hash for azalia Completes the version bump of the Rust crate azalia performed in afe360139a1f8ef3b8b857b0e46d9c40de9dd09a. --- nix/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/common.nix b/nix/common.nix index d545dfbe9..61288d8fe 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -15,7 +15,7 @@ { cargoTOML = builtins.fromTOML (builtins.readFile ../Cargo.toml); outputHashes = { - "azalia-0.1.0" = "sha256-1fM2ow7JesakkKa+jaTphy9iCzLi97K2m3sZyiTKNbw="; + "azalia-0.1.0" = "sha256-N0nNYm7KKHigt6NDXIujqdA/E35IbfBYJfwTBV+BRco="; }; rustflags = stdenv: