aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/skrooge
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 16:10:45 -0800
committerRobin Gloster <mail@glob.in>2018-03-01 15:27:58 +0100
commitede5d948c642e8a67868362a354de6ff1cae58b3 (patch)
tree92074e639605654eb66de7ae0310c841aec4a47b /pkgs/applications/office/skrooge
parent7620b004810ffff06951a9e05dd8a475fd5a4e66 (diff)
skrooge: 2.10.5 -> 2.11.0
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert -h` got 0 exit code - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert --help` got 0 exit code - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert -v` and found version 2.11.0 - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert --version` and found version 2.11.0 - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert -h` and found version 2.11.0 - ran `/nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0/bin/skroogeconvert --help` and found version 2.11.0 - found 2.11.0 with grep in /nix/store/a0n4s1xpwchl3d7d3pk50bd1pf2acldp-skrooge-2.11.0 cc "@joko"
Diffstat (limited to 'pkgs/applications/office/skrooge')
-rw-r--r--pkgs/applications/office/skrooge/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/skrooge/default.nix b/pkgs/applications/office/skrooge/default.nix
index 0e0cb2ecf1d2..de9bfe64e5cc 100644
--- a/pkgs/applications/office/skrooge/default.nix
+++ b/pkgs/applications/office/skrooge/default.nix
@@ -7,11 +7,11 @@
mkDerivation rec {
name = "skrooge-${version}";
- version = "2.10.5";
+ version = "2.11.0";
src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
- sha256 = "1c1yihypb6qgbzfcrw4ylqr9zivyba10xzvibrmfkrilxi6i582n";
+ sha256 = "11ns0j3ss09aqd8snfzd52xf0cgsjjcgzalb031p7v17rn14yqaq";
};
nativeBuildInputs = [