Merge branch 'hash-fix' into 'master'

Fix nix rust channel hash mismatch

See merge request veloren/veloren!1610
This commit is contained in:
Ben Wallis 2020-12-11 13:10:17 +00:00
commit fd6bdb5760

View File

@ -6,7 +6,7 @@ let
channel = mozPkgs.rustChannelOf {
rustToolchain = ../rust-toolchain;
sha256 = "sha256-P4FTKRe0nM1FRDV0Q+QY2WcC8M9IR7aPMMLWDfv+rEk=";
sha256 = "sha256-kDtMqYvrTbahqYHYFQOWyvT0+F5o4UVcqkMZt0c43kc=";
};
in