1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

skrooge: 1.10.0 -> 1.12.5

This commit is contained in:
Vincent Laporte 2016-01-03 12:18:48 +01:00
parent 9cdf17e822
commit 45f2447bd2

View file

@ -2,11 +2,11 @@
, libxslt, kdelibs, kdepimlibs, grantlee, qjson, qca2, libofx, sqlite, boost }:
stdenv.mkDerivation rec {
name = "skrooge-1.10.0";
name = "skrooge-1.12.5";
src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.bz2";
sha256 = "0rsw2xdgws5bvnf3h4hg16liahigcxgaxls7f8hzr9wipxx5xqda";
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
sha256 = "1mnkm0367knh0a65gifr20p42ql9zndw7d6kmbvfshvpfsmghl40";
};
buildInputs = [ libxslt kdelibs kdepimlibs grantlee qjson qca2 libofx sqlite boost ];