summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-03-29 14:16:34 +0200
committerMatthias Thym <git@thym.at>2022-03-29 14:16:34 +0200
commite2a703070ba7e85bb8da98bd5328a9c6d65d7d01 (patch)
tree390244ffde95031d7c15c75a2e10dd83bdfa6955 /pkgs/applications/office/qownnotes
parent05a6c124e65d30b5e68468c8b87f73d6b1a8c587 (diff)
qownnotes: 22.3.3 -> 22.3.4
Diffstat (limited to 'pkgs/applications/office/qownnotes')
-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 1d7a02daa9c2c..b40085e852932 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.1";
+  version = "22.3.4";
 
   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 = "4d75684751a10f24d20d993b30748c7a09bd8bdfd4e1d4d5703746954a0f6bb2";
+    sha256 = "bec1ee9735821a7c4556c00790e3acfef06f21490ec8b7d99d9e002c9c0a1207";
   };
 
   nativeBuildInputs = [ qmake qttools ];