about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-08 07:48:58 +0100
committerGitHub <noreply@github.com>2024-03-08 07:48:58 +0100
commit5fdcadcbac44bd841d41544eb3af34e188d2aa50 (patch)
treecb4b2449baf15c244210d2b933adee58d29c108c
parent43235ab13a0ebb86b71cb3c56f0c3fdc677b8f7a (diff)
parent931cd34d9625110906db254e213851752784606b (diff)
Merge pull request #294182 from r-ryantm/auto-update/qownnotes
qownnotes: 24.2.6 -> 24.3.0
-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 08ede6a81e11f..0ff9312f8b49d 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.2.6";
+  version = "24.3.0";
 in
 stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-F0AUY82zPDRpV/mBb6kpAdMIImJ2ICwwfIluxh8Z7As=";
+    hash = "sha256-NIxRXNawzV6adgf7tCYdn1/Nd2ULodOVGt1QwITpO6Q=";
   };
 
   nativeBuildInputs = [