summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office/skanlite
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-09-25 15:21:59 +0200
committerfreezeboy <freezeboy@users.noreply.github.com>2020-09-25 22:34:07 +0200
commit24e869be1060b80cbd7f47882b13ecd10944e916 (patch)
tree77804417c7723708eaa811eaf1e410215307bba4 /pkgs/applications/office/skanlite
parent236eb73d1bd3bd734995c51acd2ec0611f5af64f (diff)
skanlite: 2.0.1 -> 2.2.0
Diffstat (limited to 'pkgs/applications/office/skanlite')
-rw-r--r--pkgs/applications/office/skanlite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/skanlite/default.nix b/pkgs/applications/office/skanlite/default.nix
index 3c97c145c74b..8e583f99a1a4 100644
--- a/pkgs/applications/office/skanlite/default.nix
+++ b/pkgs/applications/office/skanlite/default.nix
@@ -4,13 +4,13 @@
}:
let
- minorVersion = "2.0";
+ minorVersion = "2.2";
in mkDerivation rec {
- name = "skanlite-2.0.1";
+ name = "skanlite-2.2.0";
src = fetchurl {
url = "mirror://kde/stable/skanlite/${minorVersion}/${name}.tar.xz";
- sha256 = "0dh2v8029gkhcf3pndcxz1zk2jgpihgd30lmplgirilxdq9l2i9v";
+ sha256 = "VP7MOZdUe64XIVr3r0aKIl1IPds3vjBTZzOS3N3VhOQ=";
};
nativeBuildInputs = [ cmake kdoctools extra-cmake-modules ];