3fec0fed02
This updates the following channels to the latest upstream versions: beta: 27.0.1453.65 -> 27.0.1453.81 (builds fine, tested) dev: 28.0.1485.0 -> 28.0.1500.5 (builds fine, tested) For version 28, the reference to /usr/bin/gcc is now located in third_party/WebKit/Source/core/core.gypi instead of the previous third_party/WebKit/Source/core/core.gyp/core.gyp. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
19 lines
739 B
Nix
19 lines
739 B
Nix
# This file is autogenerated from update.sh in the same directory.
|
|
{
|
|
dev = {
|
|
version = "28.0.1500.5";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-28.0.1500.5.tar.xz";
|
|
sha256 = "1jpjmqag875bpy4rwvr362nzx0r8ffcrisil9ci2ar6ayjd4lfhd";
|
|
};
|
|
beta = {
|
|
version = "27.0.1453.81";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-27.0.1453.81.tar.xz";
|
|
sha256 = "1g4gsrcdrp06hqr25fd9l4snjhibp5pi7pc3wv11fp8gd04cpv9w";
|
|
};
|
|
stable = {
|
|
version = "26.0.1410.63";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-26.0.1410.63.tar.xz";
|
|
sha256 = "0gsb0dgk7p04997wlw7swxnnpf5ix9drn0wn07pgsalr8l3zgy3s";
|
|
};
|
|
}
|