Skip to content

Commit

Permalink
Fix hash for rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryze312 committed Jul 14, 2024
1 parent dff668c commit caa7d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
toolchain = fenix.fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
sha256 = "Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
};
in

Expand Down

0 comments on commit caa7d4c

Please sign in to comment.