about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-03 09:50:57 -0400
committerGitHub <noreply@github.com>2024-06-03 09:50:57 -0400
commit524e6f2308da16bcbce6e3054f63a7e5a092f775 (patch)
treea328da7bf6c1b9a2a7a0a24ae0e676433382d61b /pkgs/applications/office
parent731994f566438f210597067522006e5159b2cfa6 (diff)
parent501d7c532b9ce21baf21259e096c284a7e7be977 (diff)
Merge pull request #316527 from r-ryantm/auto-update/qownnotes
qownnotes: 24.5.8 -> 24.6.0
Diffstat (limited to 'pkgs/applications/office')
-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 3003475b22771..88201eda7c464 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -21,14 +21,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "24.5.8";
+  version = "24.6.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-ciTgJxDRQdPiQuXsiesYgvwSIdtJnkzYwQhvoKYS6mo=";
+    hash = "sha256-rgnFqYqiItTd86K8U7O2sI+q3lF/PiJWU/e2C2O5mJI=";
   };
 
   nativeBuildInputs = [