about summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2023-05-10 15:42:42 +0200
committerMatthias Thym <git@thym.at>2023-05-10 15:42:42 +0200
commitffc1e6da3cfad0f83ebe9eb34f845254273559cd (patch)
tree4b603835f8472607b2fb3cc8bdb21b6ee59a012e /pkgs/applications/office/qownnotes
parent51b8753ce840b6b8497d857f853666933d22afca (diff)
qownnotes: 23.5.0 -> 23.5.3
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 f0d634b91418b..298809903fb07 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -16,14 +16,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "23.5.0";
+  version = "23.5.3";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
-    hash = "sha256-W1bu3isEe1j7XTj+deLNk6Ncssy2UKG+eF36fe1FFWs=";
+    hash = "sha256-keNR+RMFVlHMeyT1Ngtuu2jWMDwFyLbZAVUk7c0Ed38=";
   };
 
   nativeBuildInputs = [