summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2021-10-18 13:59:15 +0200
committerMatthias Thym <git@thym.at>2021-10-18 14:00:25 +0200
commitde8fa2f43c437f9c0291ca6f62ef148c28095d70 (patch)
tree3d8b63911a10b38dfdb0e72bc163622f93e8473c /pkgs/applications
parent0645328c22635a9fdd18a79ffb96f9f6a10ee47a (diff)
downloadnixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar.gz
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar.bz2
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar.lz
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar.xz
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.tar.zst
nixpkgs-de8fa2f43c437f9c0291ca6f62ef148c28095d70.zip
qownnotes: 21.9.2 -> 21.10.9
Diffstat (limited to 'pkgs/applications')
-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 c843715fcd2..1bd29b06d9b 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.9.2";
+  version = "21.10.9";
 
   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-R+aXPnQ2Ns2D8PBTvaeh8ht3juZZhZJIb52A8CVRtFI=";
+    sha256 = "2c86d66ae427bdcd16d706b982cedaa669a27340f7819fc97a8e2b24c709e74f";
   };
 
   nativeBuildInputs = [ qmake qttools ];