about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-04-19 13:15:01 +0200
committerMatthias Thym <git@thym.at>2022-04-19 13:15:01 +0200
commit627cc295bb3ecaf5114808956e76a986f4d5bcb3 (patch)
tree803dc33908982ad3bf74bfa90da80dfaeba1045a /pkgs/applications/office
parenta1548780dbc79d76360580691dc1bb4af4e837f6 (diff)
qownnotes: 22.3.4 -> 22.4.1
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/qownnotes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix
index b40085e852932..8617d62335602 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "qownnotes";
-  version = "22.3.4";
+  version = "22.4.1";
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
     # Fetch the checksum of current version with curl:
     # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
-    sha256 = "bec1ee9735821a7c4556c00790e3acfef06f21490ec8b7d99d9e002c9c0a1207";
+    sha256 = "b9ce77ecd5bb48bd6534068b0582dfaa3b828f800b19ddec80387a84e00766da";
   };
 
   nativeBuildInputs = [ qmake qttools ];