about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-11 22:16:35 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-11 22:16:35 +0000
commitbca9914534995ca1777ec2fc6d97ced1bb7bf2b5 (patch)
treeb7f9ab7319b1a5a4f9d46972a624be0f44741084 /pkgs/applications/office
parentecd065005032c36ccc5e5ef6e0e229ba1a1f0324 (diff)
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
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/openoffice/go-oo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/openoffice/go-oo.nix b/pkgs/applications/office/openoffice/go-oo.nix
index bdd7b45981ed9..35e39ff1cc793 100644
--- a/pkgs/applications/office/openoffice/go-oo.nix
+++ b/pkgs/applications/office/openoffice/go-oo.nix
@@ -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; };