
This updates all release channels to the latest versions: stable: 22.0.1229.94 -> 23.0.1271.64 (builds fine, tested) beta: 23.0.1271.60 -> 24.0.1312.14 (builds fine, tested) dev: 24.0.1312.2 -> 25.0.1323.1 (build failed, requires pciutils) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
19 lines
742 B
Nix
19 lines
742 B
Nix
# This file is autogenerated from update.sh in the same directory.
|
|
{
|
|
dev = {
|
|
version = "25.0.1323.1";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-25.0.1323.1.tar.bz2";
|
|
sha256 = "1i7ga1qhnjvnw2gynmpmsvvl5pxcb5z9sgldp87d9yalim5sra6s";
|
|
};
|
|
beta = {
|
|
version = "24.0.1312.14";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-24.0.1312.14.tar.bz2";
|
|
sha256 = "03w8cg4kqmpj82976ax9x6y275y9gcri4vc11cvfjp6r1issxzk8";
|
|
};
|
|
stable = {
|
|
version = "23.0.1271.64";
|
|
url = "http://commondatastorage.googleapis.com/chromium-browser-official/chromium-23.0.1271.64.tar.bz2";
|
|
sha256 = "1rzz08sgw07nkmvhhgyrkrcxj3z24lxbx0di6ky6jz3lshibp578";
|
|
};
|
|
}
|