From bca9914534995ca1777ec2fc6d97ced1bb7bf2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 11 Nov 2010 22:16:35 +0000 Subject: [PATCH] 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 --- pkgs/applications/office/openoffice/go-oo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/openoffice/go-oo.nix b/pkgs/applications/office/openoffice/go-oo.nix index bdd7b45981ed..35e39ff1cc79 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; };