summary refs log tree commit diff
path: root/pkgs/applications/office/gnumeric
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-21 18:13:03 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-21 18:13:03 +0200
commit270acdc68228468b1e59ed7f42eb9695afe47eea (patch)
tree4a56e6f7038c6ef091c90499372f1743e30f21b7 /pkgs/applications/office/gnumeric
parentd6a95753d5066dc190ce92c2644f673ae5bda23f (diff)
gnumeric: update from 1.12.0 to 1.12.9, potentially fixes CVE-2013-6836
Diffstat (limited to 'pkgs/applications/office/gnumeric')
-rw-r--r--pkgs/applications/office/gnumeric/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix
index 1bdc41d1fb578..f4389716b76d6 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "gnumeric-1.12.0";
+  name = "gnumeric-1.12.9";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnumeric/1.12/${name}.tar.xz";
-    sha256 = "037b53d909e5d1454b2afda8c4fb1e7838e260343e36d4e36245f4a5d0e04111";
+    sha256 = "1rv2ifw6rp0iza4fkf3bffvdkyi77dwvzdnvcbpqcyn2kxfsvlsc";
   };
 
   configureFlags = "--disable-component";