From d05656a9ca7b31df0170656f9ba0a23659361d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 3 Jan 2017 17:37:55 +0000 Subject: [PATCH] rustNightlyBin: fix build hash --- pkgs/development/compilers/rust/nightlyBin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/rust/nightlyBin.nix b/pkgs/development/compilers/rust/nightlyBin.nix index 0671a88d2c4..6f7cca9aff2 100644 --- a/pkgs/development/compilers/rust/nightlyBin.nix +++ b/pkgs/development/compilers/rust/nightlyBin.nix @@ -9,7 +9,7 @@ let bootstrapHash = if stdenv.system == "x86_64-linux" - then "1afsqaavhwiaxm38zr08cbq0985c7lrb1jzdcmq0jh6y8rb8ikff" + then "05bppmc6hqgv2g4x76rj95xf40x2aikqmcnql5li27rqwliyxznj" else throw "missing boostrap hash for platform ${stdenv.system}"; needsPatchelf = stdenv.isLinux;