summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes/default.nix
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-05-01 16:10:03 +0200
committerGitHub <noreply@github.com>2023-05-01 16:10:03 +0200
commitd325bdb8c37eb85387aab3b0c026ff76f065e11f (patch)
treedd97c1b87e4ca450ba93804940b87a5893ae3f9d /pkgs/applications/office/qownnotes/default.nix
parentccde02e9ff2c5789246c40987443954225d46bc1 (diff)
qownnotes: 23.4.7 -> 23.5.0
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 2fc8d8102ddee..aa827bdf910db 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.7";
+  version = "23.5.0";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-E9ap7TcICVwalPfScPEcn4lgNkDI2sPtdIgwRQkcOd0=";
+    sha256 = "sha256-W1bu3isEe1j7XTj+deLNk6Ncssy2UKG+eF36fe1FFWs=";
   };
 
   nativeBuildInputs = [