
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>
19 lines
739 B
Nix
19 lines
739 B
Nix
# This file is autogenerated from update.sh in the same directory.
|
|
{
|
|
dev = {
|
|
version = "31.0.1612.0";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-31.0.1612.0.tar.xz";
|
|
sha256 = "19h6i8jdnpzbvyq8pk9jq89lghnydpij9yj8xfs7qdgqgyxxcl5w";
|
|
};
|
|
beta = {
|
|
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.65";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1547.65.tar.xz";
|
|
sha256 = "0vmb5dsh61jyr68838pnczlc2mhvvil4hjkrmwklzlfz30c8s2w6";
|
|
};
|
|
}
|