summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-01-29 13:12:11 +0100
committerMatthias Thym <git@thym.at>2022-01-29 13:12:11 +0100
commit3c889e14238fdcf203a91813dabc1c8031de277d (patch)
tree33b93b4a99b59626f3ac5b74fe892a44a6f9396d /pkgs/applications/office
parent5cf5cad0da6244da30be1b6da2ff3d44b6f3ebe5 (diff)
downloadnixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar.gz
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar.bz2
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar.lz
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar.xz
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.tar.zst
nixpkgs-3c889e14238fdcf203a91813dabc1c8031de277d.zip
qownnotes: 22.1.10.1 -> 22.1.11
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 2f244616989..50f74330ecc 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.1.10.1";
+  version = "22.1.11";
 
   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-uXDkLDDIRGSxXCczG9TQxtcLFjjOjKtyl/LRMax7JX4=";
+    sha256 = "7fa21ca9b8b0df6f1bda7a7dc21d53642eccf8de6a31a9a29a251e0a17c00c83";
   };
 
   nativeBuildInputs = [ qmake qttools ];