Skip to content

Commit

Permalink
skrooge: 2.5.0 -> 2.6.0 (#21690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokogr authored and fpletz committed Jan 5, 2017
1 parent 52e74dd commit 8d029ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/skrooge/2.nix
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "skrooge-${version}";
version = "2.5.0";
version = "2.6.0";

src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
sha256 = "03ayrrr7rrj1jl1qh3sgn56hbi44wn4ldgcj08b93mqw7wdvpglp";
sha256 = "13sd669rx66fpk9pm72nr2y69k2h4mcs4b904i9xm41i0fiy6szp";
};

nativeBuildInputs = [ cmake ecm makeQtWrapper ];
Expand Down

0 comments on commit 8d029ef

Please sign in to comment.