summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-05-04 17:29:06 +0200
committerMatthias Thym <git@thym.at>2022-05-04 17:29:06 +0200
commitb139ab79689e7db98bef8f5d96ccde22dc34acad (patch)
tree22f1868ff53342a10fc074632cb8d3cd6ba5606d /pkgs/applications/office
parent8e96acab2f161ecd7c6d0fc9d2ce9f8dffe06d29 (diff)
downloadnixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar.gz
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar.bz2
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar.lz
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar.xz
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.tar.zst
nixpkgs-b139ab79689e7db98bef8f5d96ccde22dc34acad.zip
qownnotes: 22.4.1 -> 22.5.0
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 8617d623356..3fd9c341069 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.4.1";
+  version = "22.5.0";
 
   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 = "b9ce77ecd5bb48bd6534068b0582dfaa3b828f800b19ddec80387a84e00766da";
+    sha256 = "52a81401a4a03c77e28f37f56c3ebdc6696ff43c75cc9330d10ba7e801f48ccd";
   };
 
   nativeBuildInputs = [ qmake qttools ];