about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-09-19 10:55:50 +0200
committerPatrizio Bekerle <patrizio@bekerle.com>2023-09-19 10:55:50 +0200
commit71213240ae0a4686d5e842f2ee3a17a9b982d30e (patch)
tree99148c1c3fb328f6ae6e4431faf490ee2fbfcc9e
parent5c516a45c2af7d0cd9df70b9e07c759c6762f8df (diff)
downloadnixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar.gz
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar.bz2
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar.lz
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar.xz
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.tar.zst
nixlib-71213240ae0a4686d5e842f2ee3a17a9b982d30e.zip
qownnotes: 23.8.1 -> 23.9.4
-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 5141ddc135bf..4f277951ae94 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.8.1";
+  version = "23.9.4";
 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-ZS9OzC+pdtYY4xLQ3G31/Sw/xx4qgDjp+nAcPJdl0tk=";
+    hash = "sha256-e5x3YeWCaTNoQR924r2EseqDOfFluj58MGS78DzfJUM=";
   };
 
   nativeBuildInputs = [