about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 04:39:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 04:39:51 +0000
commitd74cbf0073ee8678170051f79024623f94c6eb62 (patch)
tree863a009ef5e0d94ed1eb0ff25aed73cffbde2806 /pkgs/applications/office
parent2853aa3477c771e19917c39077c2176b6789fa93 (diff)
qownnotes: 21.11.4 -> 21.12.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 dfaec86902288..851b367ac4535 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.11.4";
+  version = "21.12.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 = "3eb025873160cecd4fa35ae5079c150d4aa5dd3152fd58c5e216b592af43e8dc";
+    sha256 = "sha256-gTxt3U2/x3VMWYU9cb5FPRvqezdn2K6VGYwEKBi5xFk=";
   };
 
   nativeBuildInputs = [ qmake qttools ];