cargoSnapshot: Update from 2014-12-21 -> 2014-12-30

This commit is contained in:
Ricardo M. Correia 2015-01-01 16:14:41 +01:00
parent e90bfba2f6
commit 9ad3f0ed7e

View File

@ -14,16 +14,16 @@ rec {
else throw "no snapshot to bootstrap for this platform (missing platform url suffix)";
snapshotHash = if stdenv.system == "i686-linux"
then "4dea04e278192c5409f43794a98f20a8f59df2d9"
then "ab8bba0918d3d2ddbd7fd21f147e223dbf04cece"
else if stdenv.system == "x86_64-linux"
then "3e48c573d3c4d26591feb7bfe988174720f08374"
then "0efe0f7bcbcbeb5494affcc8a2207db448a08c45"
else if stdenv.system == "i686-darwin"
then "dc3d498c0567af4a0820e91756dcfff8fde0efac"
then "e5097005b0a27c186b8edee24982fd4c3ebba81e"
else if stdenv.system == "x86_64-darwin"
then "f301bd8c3c93a5c88698c69190e464af1525ac96"
then "6c0bb776e5645fb93b67341b111c715f39b25511"
else throw "no snapshot for platform ${stdenv.system}";
snapshotDate = "2014-12-21";
snapshotDate = "2014-12-30";
snapshotName = "cargo-nightly-${platform}.tar.gz";
snapshot = stdenv.mkDerivation {