summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 18:51:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 18:51:33 +0000
commit245933c2835ac67ee53b48517611f5063fa9512b (patch)
treecbbbac3a88c8473a730d31ea277a0fbe043e7ba9 /pkgs/applications/office/qownnotes/default.nix
parentae969de2bbf871583109d10f812d854ae8d4a878 (diff)
qownnotes: 21.12.3 -> 21.12.4
Diffstat (limited to 'pkgs/applications/office/qownnotes/default.nix')
-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 fdbf0093e077f..a43de461a41b3 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 ];