about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-20 10:53:36 +0100
committerGitHub <noreply@github.com>2024-03-20 10:53:36 +0100
commit96ab8dce322e390b4a81695c225289f734cc0fe6 (patch)
treebd3461a4a8cbf7c6023d08406937fe91a4dfcee9
parentf66c66a6281cd8750107c2a67f5611038d0cc082 (diff)
parent7418323a43c4ac9040d870f27432007feee9d0f9 (diff)
Merge pull request #297256 from r-ryantm/auto-update/qownnotes
qownnotes: 24.3.3 -> 24.3.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 272c4d1f1fdfa..4509242a239c6 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 = "24.3.3";
+  version = "24.3.4";
 in
 stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-1PnGccbEKkFZGE7mxMD8onMkFd/f9qyvERSu+VL3yUE=";
+    hash = "sha256-PQoZKb0kf/tMQBJ5OpL9XqXv7fAftGTVsg3tZYe3j5c=";
   };
 
   nativeBuildInputs = [