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>2021-11-16 06:01:37 +0000
committerGitHub <noreply@github.com>2021-11-16 06:01:37 +0000
commit112c228b4baccdf2c0f259056b17122210f84fc9 (patch)
tree2d1305d71da0ac60830e656c8436b4cbd2ca7d54 /pkgs/applications/office
parent8b97adbe60a2cf60eed8f644d108c0b86b9f5461 (diff)
parenta2ce6f36d46fc28a3c9aff8d8b5a4ad5c78548df (diff)
downloadnixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar.gz
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar.bz2
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar.lz
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar.xz
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.tar.zst
nixpkgs-112c228b4baccdf2c0f259056b17122210f84fc9.zip
Merge staging-next into staging
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 1bd29b06d9b..dfaec869022 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 ];