about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-16 09:15:45 +0800
committerGitHub <noreply@github.com>2021-11-16 09:15:45 +0800
commit1a40e822f725481e21143a36245a9b77df8b376c (patch)
tree634bc21d88e668af1f3785e654b18e874f0cea27 /pkgs
parent6bb876ef210775d61e0cc35e35a9fde630c55a5f (diff)
parent75a643d9773e5416d48168d88a15689a72ed52fd (diff)
Merge pull request #146161 from totoroot/update/qownnotes-21.11.4
qownnotes: 21.10.9 -> 21.11.4
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 1bd29b06d9b91..dfaec86902288 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.10.9";
+  version = "21.11.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 = "2c86d66ae427bdcd16d706b982cedaa669a27340f7819fc97a8e2b24c709e74f";
+    sha256 = "3eb025873160cecd4fa35ae5079c150d4aa5dd3152fd58c5e216b592af43e8dc";
   };
 
   nativeBuildInputs = [ qmake qttools ];