about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-29 11:18:45 -0500
committerGitHub <noreply@github.com>2023-12-29 11:18:45 -0500
commit086593f7a7a2ac64105f5f4d8bf960ec9863cc51 (patch)
tree88e135a0a5f7590085d711c848ffe875a4c217a3 /pkgs/applications/office
parent7c2763ffd9e1be194dfe58969363cdb101609f7c (diff)
parent626c0e3f7c574122300631c68323cbd972a02719 (diff)
Merge pull request #277546 from r-ryantm/auto-update/qownnotes
qownnotes: 23.12.3 -> 23.12.5
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 7a714d6f3008f..e7f8cd804460e 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.12.3";
+  version = "23.12.5";
 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-cQjO5LgGDU9ZHnvKniFMBzcxgWRFfS+PQ0OSe+NFv+c=";
+    hash = "sha256-nPlaKbtG6ncHI9I/qHUFRtc98lWkz7C/VXFX/JkXhDo=";
   };
 
   nativeBuildInputs = [