1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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:
Lluís Batlle i Rossell 2010-11-11 22:16:35 +00:00
parent ecd0650050
commit bca9914534

View file

@ -11,7 +11,7 @@
let
langsSpaces = stdenv.lib.concatStringsSep " " langs;
tag = "OOO320_m19";
version = "3.2.1.3";
version = "3.2.1.6";
in
stdenv.mkDerivation rec {
name = "go-oo-${version}";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.go-oo.org/OOO320/ooo-build-${version}.tar.gz";
sha256 = "0c8y66ca9nsfbznjazblpszpvg20mgic2bnpffgqb6qlpji6iwd1";
sha256 = "1l9kpg61wyqjsig5n6a7c7zyygbg09zsmn4q267c12zzpl5qpmxy";
};
srcs_download = import ./go-srcs.nix { inherit fetchurl; };