about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-24 10:34:36 -0400
committerGitHub <noreply@github.com>2024-04-24 10:34:36 -0400
commitdd398c98238f3f8ab1ebfd7c2d757ea85b19d389 (patch)
tree07c2d720e91b18862885bb8f4a08f1c804ee5704 /pkgs
parentcd9c4a9bcd2d536ce5abd60b8bd14b50975b6f82 (diff)
parent5014cfd839d1a87bf017ee2c5fb07b0370e61192 (diff)
Merge pull request #306440 from r-ryantm/auto-update/qownnotes
qownnotes: 24.4.2 -> 24.4.3
Diffstat (limited to 'pkgs')
-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 2009c6f9a0bcb..924f683b52aa8 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.4.2";
+  version = "24.4.3";
 in
 stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-HnWxIcOy7Te6Q5YfZYhvITpfsgeQw8Tt/Nr++wcpxEU=";
+    hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY=";
   };
 
   nativeBuildInputs = [