Skip to content

Commit 881114a

Browse files
committed
update rust-toolchain hash
1 parent 331f8ea commit 881114a

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
@@ -35,7 +35,7 @@
3535
inherit (pkgs) lib;
3636
toolchain = fenix.packages.${system}.fromToolchainFile {
3737
file = ./rust-toolchain.toml;
38-
sha256 = "sha256-3jVIIf5XPnUU1CRaTyAiO0XHVbJl12MSx3eucTXCjtE=";
38+
sha256 = "sha256-yMuSb5eQPO/bHv+Bcf/US8LVMbf/G/0MSfiPwBhiPpk=";
3939
};
4040

4141
craneLib = (crane.mkLib pkgs).overrideToolchain toolchain;

0 commit comments

Comments
 (0)