about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-19 10:44:02 -0400
committerGitHub <noreply@github.com>2024-06-19 10:44:02 -0400
commit0b847d86a5ce46faac29f31374126160ed751f41 (patch)
treeb6a596133cc0f7a90079193135aa7d11be2c25ae /pkgs
parent0e3f81f0cd4cb5414908745f0f464f09f19803ee (diff)
parent6c446d9095e8d7f4289dad5d0bfd461fdd53eb2a (diff)
Merge pull request #320995 from r-ryantm/auto-update/qownnotes
qownnotes: 24.6.1 -> 24.6.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 12f76073d410c..53563d72d6584 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.6.1";
+  version = "24.6.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-FS4VJtTh0LIrrIK+IJxSBqcEsNU7/e6KG3190FLAQC4=";
+    hash = "sha256-UdWyS5DalnGDoNEOx8d9MglKpJeqOXY1mTgLl3r/9gY=";
   };
 
   nativeBuildInputs = [