summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-10-12 08:05:04 +0200
committerPatrizio Bekerle <patrizio@bekerle.com>2023-10-12 08:05:04 +0200
commitd1a86a2373e42a94c6a5a4c48f5f952d3bf6cc62 (patch)
tree157e7a28a504254c3bf9c5b05f85beb071489cd4 /pkgs/applications/office/qownnotes
parent520e363e8256056ac7966d08b6a36009718761c4 (diff)
qownnotes: 23.10.0 -> 23.10.1
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 67f0bbc0adeb5..d81470be04762 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -19,14 +19,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "23.10.0";
+  version = "23.10.1";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-wPZrKAWaWv88BeVu6e73b9/Ydo0ew4GLig46fyNSxtc=";
+    hash = "sha256-+BtzN+CdaxriA466m6aF0y7Jdvx1DGtSR+i6gGeAxSM=";
   };
 
   nativeBuildInputs = [