summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-24 06:01:05 +0000
committerGitHub <noreply@github.com>2022-04-24 06:01:05 +0000
commit93ca6b834582892dd865525350fc914a86fe5064 (patch)
tree255785b70c54f9fb7e88f4513adf1289eec778de /pkgs/applications/office
parent696025ae9ce6af1282f94dcc25cb5aa331a724bd (diff)
parent7b782b4da3fb12102e72e0e92ae00dd008967aa5 (diff)
downloadnixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar.gz
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar.bz2
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar.lz
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar.xz
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.tar.zst
nixpkgs-93ca6b834582892dd865525350fc914a86fe5064.zip
Merge master into staging-next
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 b40085e8529..8617d623356 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "qownnotes";
-  version = "22.3.4";
+  version = "22.4.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 = "bec1ee9735821a7c4556c00790e3acfef06f21490ec8b7d99d9e002c9c0a1207";
+    sha256 = "b9ce77ecd5bb48bd6534068b0582dfaa3b828f800b19ddec80387a84e00766da";
   };
 
   nativeBuildInputs = [ qmake qttools ];