summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-05-07 17:31:48 +0800
committerGitHub <noreply@github.com>2024-05-07 17:31:48 +0800
commita0d9a9f8d56ed22c4c32a8f638cb1e26ba492d3e (patch)
tree334149b5e4d0046506dad1aa5bdcc39b1b8ea5e6 /pkgs
parent4e0e5dd05710d723cd23ae60025f5c72da06c267 (diff)
parent1eab69550972d800ba640c8dc27d5ed92c7d8331 (diff)
Merge pull request #309591 from r-ryantm/auto-update/qownnotes
qownnotes: 24.4.4 -> 24.5.1
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 0ff43b584bea..8e4b0c231f74 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.4";
+ version = "24.5.1";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
- hash = "sha256-nTRCW76UogaTOyxQ5HfWUln6Lip/LpoyPG+m+mMCb1I=";
+ hash = "sha256-ktf28AKNr0FcWzJ0A2s3mpU2qgmibpT0rUN9d18mE88=";
};
nativeBuildInputs = [