Blindly updating go-oo. As it has always been, not that they announced anything in their web.
I imagined the latest tarball name from the tags I saw in http://cgit.freedesktop.org/libreoffice/build/log/?h=ooo-build-3-2-1 OOO_BUILD_3_2_1_6 svn path=/nixpkgs/trunk/; revision=24672
This commit is contained in:
parent
ecd0650050
commit
bca9914534
@ -11,7 +11,7 @@
|
|||||||
let
|
let
|
||||||
langsSpaces = stdenv.lib.concatStringsSep " " langs;
|
langsSpaces = stdenv.lib.concatStringsSep " " langs;
|
||||||
tag = "OOO320_m19";
|
tag = "OOO320_m19";
|
||||||
version = "3.2.1.3";
|
version = "3.2.1.6";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "go-oo-${version}";
|
name = "go-oo-${version}";
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.go-oo.org/OOO320/ooo-build-${version}.tar.gz";
|
url = "http://download.go-oo.org/OOO320/ooo-build-${version}.tar.gz";
|
||||||
sha256 = "0c8y66ca9nsfbznjazblpszpvg20mgic2bnpffgqb6qlpji6iwd1";
|
sha256 = "1l9kpg61wyqjsig5n6a7c7zyygbg09zsmn4q267c12zzpl5qpmxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
srcs_download = import ./go-srcs.nix { inherit fetchurl; };
|
srcs_download = import ./go-srcs.nix { inherit fetchurl; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user