summary refs log tree commit diff
path: root/pkgs/applications/office/skrooge
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-06-25 18:45:39 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-25 18:45:39 +0200
commit999892fd1e6b15f12bf05d02f6c4bfa409cb2c52 (patch)
tree957899ed160c47e708ed09a51a9fbedaf4bfe926 /pkgs/applications/office/skrooge
parent252e9ec84a7d00f93fa1e1ec4f3f4e706d505f4f (diff)
downloadnixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar.gz
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar.bz2
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar.lz
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar.xz
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.tar.zst
nixpkgs-999892fd1e6b15f12bf05d02f6c4bfa409cb2c52.zip
skrooge: 2.7.0 -> 2.8.1
Diffstat (limited to 'pkgs/applications/office/skrooge')
-rw-r--r--pkgs/applications/office/skrooge/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/skrooge/default.nix b/pkgs/applications/office/skrooge/default.nix
index 38ec107bcf7..c8b8c8c9ca4 100644
--- a/pkgs/applications/office/skrooge/default.nix
+++ b/pkgs/applications/office/skrooge/default.nix
@@ -2,18 +2,18 @@
   cmake, extra-cmake-modules, qtwebkit, qtscript, grantlee,
   kxmlgui, kwallet, kparts, kdoctools, kjobwidgets, kdesignerplugin,
   kiconthemes, knewstuff, sqlcipher, qca-qt5, kdelibs4support, kactivities,
-  knotifyconfig, krunner, libofx }:
+  knotifyconfig, krunner, libofx, shared_mime_info }:
 
 mkDerivation rec {
   name = "skrooge-${version}";
-  version = "2.7.0";
+  version = "2.8.1";
 
   src = fetchurl {
     url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
-    sha256 = "1xrh9nal122rzlv4m0x8qah6zpqb6891al3351piarpk2xgjgj4x";
+    sha256 = "0q34fh86yjd471jf6xa87vy4l8i1s3gqjzqrxbh0rnr79avns5lg";
   };
 
-  nativeBuildInputs = [ cmake extra-cmake-modules ];
+  nativeBuildInputs = [ cmake extra-cmake-modules shared_mime_info ];
 
   buildInputs = [ qtwebkit qtscript grantlee kxmlgui kwallet kparts kdoctools
     kjobwidgets kdesignerplugin kiconthemes knewstuff sqlcipher qca-qt5