about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2022-06-25 10:15:16 +0000
committerGitHub <noreply@github.com>2022-06-25 10:15:16 +0000
commit3d0b6eb93d250094ba5dea34a6d511f5db1e3b3c (patch)
tree6c620c1cafe151c84892d101c78e25d1391c1d26 /pkgs/applications/office
parent27a3a4b5122c5558dd0a5fa950585ef00eeeb358 (diff)
parentb614d565657483edb5ac4eed386cf6991e308eb9 (diff)
Merge pull request #178239 from totoroot/update/qownnotes-22.6.1
qownnotes: 22.5.0 -> 22.6.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 3fd9c3410693a..7df8a607f4dfa 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.5.0";
+  version = "22.6.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 = "52a81401a4a03c77e28f37f56c3ebdc6696ff43c75cc9330d10ba7e801f48ccd";
+    sha256 = "c5b2075d42298d28f901ad2df8eb65f5a61aa59727fae9eeb1f92dac1b63d8ba";
   };
 
   nativeBuildInputs = [ qmake qttools ];