Skip to content

Commit

Permalink
fixup(deps): correct Nix hash for azalia
Browse files Browse the repository at this point in the history
Completes the version bump of the Rust crate azalia performed in afe3601.
  • Loading branch information
spotlightishere committed Dec 14, 2024
1 parent 33bb267 commit 74704e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 74704e2

Please sign in to comment.