summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-21 03:05:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-21 03:05:54 +0000
commit87e981de6f07b44097f54e94f3071db5ba45e0d3 (patch)
tree85792ae02ca57b9c241115c203bc1e88f87e0a91 /pkgs/applications/office/qownnotes/default.nix
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
qownnotes: 22.8.1 -> 22.8.3
Diffstat (limited to 'pkgs/applications/office/qownnotes/default.nix')
-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 611078ff14cbe..ef8b4d54ff014 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.8.1";
+  version = "22.8.3";
 
   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 = "82b231c53c485671568571e97f34b98887b0cee6e8a336a61e7d490edc605061";
+    sha256 = "sha256-f6/MlgAlJWf8RpKiJNP5gWjesUfkxaabWW4lXQCLtdQ=";
   };
 
   nativeBuildInputs = [ qmake qttools ];