forked from mirrors/nixpkgs
Merge pull request #6639 from sheganinans/op2
Updating Opera 12.12 to 12.16
This commit is contained in:
commit
329de0fa75
|
@ -13,18 +13,18 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "opera-12.12-1707";
|
||||
name = "opera-12.16-1860";
|
||||
|
||||
src =
|
||||
if stdenv.system == "i686-linux" then
|
||||
fetchurl {
|
||||
url = "${mirror}/linux/1212/${name}.i386.linux.tar.xz";
|
||||
sha256 = "1jkrhxjxa5kz4bhyma0zlnsszdn84sq4pks3x8bfcayn12m6yxkz";
|
||||
url = "${mirror}/linux/1216/${name}.i386.linux.tar.xz";
|
||||
sha256 = "df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d";
|
||||
}
|
||||
else if stdenv.system == "x86_64-linux" then
|
||||
fetchurl {
|
||||
url = "${mirror}/linux/1212/${name}.x86_64.linux.tar.xz";
|
||||
sha256 = "0acizxgyqblcvl91dwmvi937fi1kw6whz5qgxyl1fkygbayji90v";
|
||||
url = "${mirror}/linux/1216/${name}.x86_64.linux.tar.xz";
|
||||
sha256 = "b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e";
|
||||
}
|
||||
else throw "Opera is not supported on ${stdenv.system} (only i686-linux and x86_64 linux are supported)";
|
||||
|
||||
|
|
Loading…
Reference in a new issue