From 3870f9d6b31603f5e6c5732ac94522f4ceb3c5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludvig=20B=C3=B6klin?= Date: Fri, 11 Dec 2020 13:36:56 +0100 Subject: [PATCH] Fix nix rust channel hash mismatch --- nix/rustPkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/rustPkgs.nix b/nix/rustPkgs.nix index 9bb7d1074a..b02027211d 100644 --- a/nix/rustPkgs.nix +++ b/nix/rustPkgs.nix @@ -6,7 +6,7 @@ let channel = mozPkgs.rustChannelOf { rustToolchain = ../rust-toolchain; - sha256 = "sha256-P4FTKRe0nM1FRDV0Q+QY2WcC8M9IR7aPMMLWDfv+rEk="; + sha256 = "sha256-kDtMqYvrTbahqYHYFQOWyvT0+F5o4UVcqkMZt0c43kc="; }; in