From ea335bb574ebc4383c285942dcbe068866d868de Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sat, 24 Mar 2012 06:35:16 +0000 Subject: [PATCH] Calligra-2.4 RC2 Blind commit. Let Hydra build it. svn path=/nixpkgs/trunk/; revision=33391 --- pkgs/applications/office/calligra/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix index 89eed7310c2c..a447323332ab 100644 --- a/pkgs/applications/office/calligra/default.nix +++ b/pkgs/applications/office/calligra/default.nix @@ -4,11 +4,11 @@ , libkdcraw, libxslt, fftw, glew, gsl, shared_desktop_ontologies }: stdenv.mkDerivation rec { - name = "calligra-2.3.87"; + name = "calligra-2.3.92"; src = fetchurl { url = "mirror://kde/unstable/${name}/${name}.tar.bz2"; - sha256 = "1arrk2ww3bykv4y8fsn1dn25gq9bf7a4ygggkrczfrxlbv1s9p9v"; + sha256 = "1ad7vzdhfkv48xhs9p84mwpq8zsdiajz3qjng3h2rswd88sgrblg"; }; buildNativeInputs = [ cmake perl pkgconfig ];