mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Revert "go: updating to 1.2.2"
Now I've read in Release Notes that the '.2' affected only binary releases. http://golang.org/doc/devel/release.html#go1.2.minor
This commit is contained in:
parent
950fd7644c
commit
418f0b0169
@ -7,11 +7,11 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "go-1.2.2";
|
||||
name = "go-1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://storage.googleapis.com/golang/go1.2.2.src.tar.gz;
|
||||
sha1 = "3ce0ac4db434fc1546fec074841ff40dc48c1167";
|
||||
url = http://go.googlecode.com/files/go1.2.1.src.tar.gz;
|
||||
sha1 = "6a4b9991eddd8039438438d6aa25126ab7e07f2f";
|
||||
};
|
||||
|
||||
buildInputs = [ bison glibc bash makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user