tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rustUnstable: 2015-09-05 -> 2015-09-23
Robin Gloster
10 years ago
1aff9116
0d0be138
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
rustc
head.nix
+3
-3
pkgs/development/compilers/rustc/head.nix
···
2
2
{ stdenv, callPackage }:
3
3
4
4
callPackage ./generic.nix {
5
5
-
shortVersion = "2015-09-21";
5
5
+
shortVersion = "2015-09-23";
6
6
isRelease = false;
7
7
-
srcRev = "547fd5c11e6902e2f9748e7b46893211b36da421";
8
8
-
srcSha = "10wklbxz6f4ga9q2rxghih18xdw6xm01bay6c13y72c4bwlnkm2w";
7
7
+
srcRev = "b2f379cdc23aec5c5d0d62acfcc5a4a18ebf0e30";
8
8
+
srcSha = "1z710f5vv9pbis1q96dc6kqvi0j7xgg95r5f5c3czbvndrxjwm03";
9
9
10
10
/* Rust is bootstrapped from an earlier built version. We need
11
11
to fetch these earlier versions, which vary per platform.