Skip to content

Commit 8b0cf00

Browse files
authored
Merge pull request #389 from superfly/update-flake-nix
flake.nix: update 'rust-toolchain.toml' hash
2 parents bc00215 + e94be27 commit 8b0cf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pkgs = import nixpkgs { inherit system; };
2323
rust-toolchain = fenix.packages."${system}".fromToolchainFile {
2424
file = ./rust-toolchain.toml;
25-
sha256 = "sha256-3aoA7PuH09g8F+60uTUQhnHrb/ARDLueSOD08ZVsWe0=";
25+
sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
2626
};
2727
in
2828
{

0 commit comments

Comments
 (0)