summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2023-04-04 12:36:46 +0200
committerMatthias Thym <git@thym.at>2023-04-04 12:36:46 +0200
commitbfdf33d13e467d524d96aa3b6e0211b34ac81e25 (patch)
treedac5252aba13270961d71d3bf5b9ceca58603f6e /pkgs/applications/office/qownnotes
parent9a3ed17bc856bea17eba09befb9bf8e1d2bb93fa (diff)
downloadnixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar.gz
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar.bz2
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar.lz
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar.xz
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.tar.zst
nixpkgs-bfdf33d13e467d524d96aa3b6e0211b34ac81e25.zip
qownnotes: 23.2.4 -> 23.4.0
Diffstat (limited to 'pkgs/applications/office/qownnotes')
-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 c8829981e4a..bc15b2ef29a 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 = [