about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-17 10:48:29 +0800
committerGitHub <noreply@github.com>2021-12-17 10:48:29 +0800
commit425a48c96fe82cc8352a72951e5ada834541fd14 (patch)
tree49684ea4ca3bb2abf7c3989829c30c2f6bacf3a8 /pkgs
parent2c944ec73eff01114ce2baed9af4b4dcbda34208 (diff)
parente74aa0da70651564664df097884877451db59e76 (diff)
Merge pull request #150970 from wineee/qownnotes
qownnotes: 21.12.1 -> 21.12.3
Diffstat (limited to 'pkgs')
-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 851b367ac4535..fdbf0093e077f 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.1";
+  version = "21.12.3";
 
   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-gTxt3U2/x3VMWYU9cb5FPRvqezdn2K6VGYwEKBi5xFk=";
+    sha256 = "sha256-qS3zj5yI84Gvd4AMM5/mqoGWp6JgCBsKSPYfGuTCgCk=";
   };
 
   nativeBuildInputs = [ qmake qttools ];