From baff5fc9f33f0f89851f88879f6b51510dcb0ddd Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sat, 9 Jun 2012 13:09:50 +0000 Subject: [PATCH] calligra-2.4.2 svn path=/nixpkgs/trunk/; revision=34405 --- pkgs/applications/office/calligra/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix index a447323332ab..b64338adaf18 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.92"; + name = "calligra-2.4.2"; src = fetchurl { - url = "mirror://kde/unstable/${name}/${name}.tar.bz2"; - sha256 = "1ad7vzdhfkv48xhs9p84mwpq8zsdiajz3qjng3h2rswd88sgrblg"; + url = "mirror://kde/stable/${name}/${name}.tar.bz2"; + sha256 = "14wi8mr87aas12f75qi6p8x0pij365sbz4c737qhh4302fh8fsqg"; }; buildNativeInputs = [ cmake perl pkgconfig ];