about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-04-05 16:28:31 +0800
committerGitHub <noreply@github.com>2023-04-05 16:28:31 +0800
commite876881925402d1316db5b52981cdc479068f20f (patch)
tree2bb424649ba3bc7cdcdb2de81dba02286d8447ed
parent535f84474a9c479cc93ec25229cc192433a13fe3 (diff)
parentbfdf33d13e467d524d96aa3b6e0211b34ac81e25 (diff)
downloadnixlib-e876881925402d1316db5b52981cdc479068f20f.tar
nixlib-e876881925402d1316db5b52981cdc479068f20f.tar.gz
nixlib-e876881925402d1316db5b52981cdc479068f20f.tar.bz2
nixlib-e876881925402d1316db5b52981cdc479068f20f.tar.lz
nixlib-e876881925402d1316db5b52981cdc479068f20f.tar.xz
nixlib-e876881925402d1316db5b52981cdc479068f20f.tar.zst
nixlib-e876881925402d1316db5b52981cdc479068f20f.zip
Merge pull request #224628 from totoroot/update/qownnotes-23.4.0
qownnotes: 23.2.4 -> 23.4.0
-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 c8829981e4a3..bc15b2ef29ad 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -17,14 +17,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "23.2.4";
+  version = "23.4.0";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-ZliVhnO9fK/6k4Ga86ZSmhzQ3YKziAab19oZs9Pteic=";
+    sha256 = "sha256-8gSy7WL0wpLAXxVo3oOA9X12qd/R7P3MgmlwXxpJSUs=";
   };
 
   nativeBuildInputs = [