about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2023-01-08 20:21:07 +0100
committerMatthias Thym <git@thym.at>2023-01-08 20:21:07 +0100
commit6d934670db8a1c2a198f10da567fa0777bfe0c91 (patch)
treef65dcf08fe6e1f3ff548d14061969bedd94bf92c
parentd729fc4385c678c7a1bfc85f938472ec69f88f30 (diff)
qownnotes: 22.12.3 -> 23.1.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 b730daf797f9c..158c2389a3139 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 = "22.12.3";
+  version = "23.1.0";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-fpI7RYOGmWwmau6tF8FPmY2/FtN9foWRX8/WgrNU6E8=";
+    sha256 = "sha256-HMs8DTL2BDSDmchadpVvbShjJMPP6W587F38uiixCuQ=";
   };
 
   nativeBuildInputs = [