mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
chromium: Update all channels to latest versions.
Overview of the updated channels: stable: 29.0.1547.62 -> 29.0.1547.65 beta: 29.0.1547.57 -> 30.0.1599.22 dev: 30.0.1599.10 -> 31.0.1612.0 All channels build fine and are tested. Actually if you look at the versions, the beta channel was lagging behind the stable channel, because the download was unavailable. This is now fixed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
86c7583ab4
commit
5789021b54
|
@ -1,18 +1,18 @@
|
|||
# This file is autogenerated from update.sh in the same directory.
|
||||
{
|
||||
dev = {
|
||||
version = "30.0.1599.10";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.10.tar.xz";
|
||||
sha256 = "1h6wak2sy0cawsk63gdbg7ggq8lg7cahs1v8i0hvzwm9k6apwphs";
|
||||
version = "31.0.1612.0";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-31.0.1612.0.tar.xz";
|
||||
sha256 = "19h6i8jdnpzbvyq8pk9jq89lghnydpij9yj8xfs7qdgqgyxxcl5w";
|
||||
};
|
||||
beta = {
|
||||
version = "29.0.1547.57";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.57.tar.xz";
|
||||
sha256 = "0xl595fng7qzlc8vh73lslzchr6ayd4vlmz2mpqppb8pai520xxf";
|
||||
version = "30.0.1599.22";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-30.0.1599.22.tar.xz";
|
||||
sha256 = "0955q7fz6nfr7nbxa8hp9q7mgljlan42rjg8ql5x2vn6c80sjji8";
|
||||
};
|
||||
stable = {
|
||||
version = "29.0.1547.62";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.62.tar.xz";
|
||||
sha256 = "0ld7cm287k2lkq3rfnhwgvvnjbm9345wvjbwfn4yzwy7gxzyfld6";
|
||||
version = "29.0.1547.65";
|
||||
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.65.tar.xz";
|
||||
sha256 = "0vmb5dsh61jyr68838pnczlc2mhvvil4hjkrmwklzlfz30c8s2w6";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue