summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
author夜坂雅 <23130178+ShadowRZ@users.noreply.github.com>2022-08-04 07:23:28 +0800
committer夜坂雅 <23130178+ShadowRZ@users.noreply.github.com>2022-08-04 07:23:28 +0800
commit880a1076b248197ff4919fd8be0756074f3e491a (patch)
tree75466afd82d3dfe3db1c818f631ada73a91f49c7 /pkgs/applications/office/qownnotes
parent7b9be38c7250b22d829ab6effdee90d5e40c6e5c (diff)
downloadnixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar.gz
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar.bz2
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar.lz
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar.xz
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.tar.zst
nixpkgs-880a1076b248197ff4919fd8be0756074f3e491a.zip
qownnotes: 22.7.6 -> 22.8.0
Diffstat (limited to 'pkgs/applications/office/qownnotes')
-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 e729c486a9f..d102a79ea3a 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.7.6";
+  version = "22.8.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 = "d2f0b6f62714495dd14387535ab34c0cf94d1679c5db4a257ef87bb855b7771b";
+    sha256 = "37ae0952119341b7a07a80bb79e732d91edab3a684b6b9a626e5a9d13a97fad1";
   };
 
   nativeBuildInputs = [ qmake qttools ];