Skip to content

Commit

Permalink
skrooge: 2.9.0 -> 2.10.5
Browse files Browse the repository at this point in the history
fixes #34163
  • Loading branch information
jokogr authored and Mic92 committed Jan 24, 2018
1 parent 01941c5 commit b309103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/skrooge/default.nix
Expand Up @@ -7,11 +7,11 @@

mkDerivation rec {
name = "skrooge-${version}";
version = "2.9.0";
version = "2.10.5";

src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
sha256 = "1dbvdrkdpgv39v8h7k3mri0nzlslfyd5kk410czj0jdn4qq400md";
sha256 = "1c1yihypb6qgbzfcrw4ylqr9zivyba10xzvibrmfkrilxi6i582n";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b309103

Please sign in to comment.