summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-04-28 14:55:00 +0200
committerGitHub <noreply@github.com>2023-04-28 14:55:00 +0200
commitafde81778d22643acab4a37b136786e67658c2a4 (patch)
treea96e2b8c32d8453b7a1c69b3b9b9049fcdaa20f1 /pkgs/applications/office/qownnotes
parent9d0ef7fdd276e986b2d2a27174d74a09f39ec1e9 (diff)
qownnotes: 23.4.6 -> 23.4.7
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 e00af4d56f982..2fc8d8102ddee 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -17,14 +17,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "23.4.6";
+  version = "23.4.7";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-lfQkY/B+mv+hUeAfmZkZ2BHq7MjR0MUVNPjk5QCGisE=";
+    sha256 = "sha256-E9ap7TcICVwalPfScPEcn4lgNkDI2sPtdIgwRQkcOd0=";
   };
 
   nativeBuildInputs = [