about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot]2021-12-24 00:08:12 +0000
committerGitHub2021-12-24 00:08:12 +0000
commiteff8e06da5f2c3b5b65588b131f3979b27053d4b (patch)
treed96ed76100d4b4056e2369fb997bed65f57a1a8b /pkgs/applications/office
parent29567ef166df47f5191a0a0a0eefb184f5b6760f (diff)
parent32701be883c57abee679c11a0b9e0f95135875cc (diff)
Merge master into haskell-updates
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 fdbf0093e077..a43de461a41b 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "qownnotes";
-  version = "21.12.3";
+  version = "21.12.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 = "sha256-qS3zj5yI84Gvd4AMM5/mqoGWp6JgCBsKSPYfGuTCgCk=";
+    sha256 = "sha256-vvqcXu2P39VYbx45lavyJ2HIxPCJbzSpJo4gYd88Ub4=";
   };
 
   nativeBuildInputs = [ qmake qttools ];