about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 01:53:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 01:53:22 +0000
commit931cd34d9625110906db254e213851752784606b (patch)
treecdf9330853099c235bfc5ee98664efb978e6d75b /pkgs/applications/office
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
downloadnixlib-931cd34d9625110906db254e213851752784606b.tar
nixlib-931cd34d9625110906db254e213851752784606b.tar.gz
nixlib-931cd34d9625110906db254e213851752784606b.tar.bz2
nixlib-931cd34d9625110906db254e213851752784606b.tar.lz
nixlib-931cd34d9625110906db254e213851752784606b.tar.xz
nixlib-931cd34d9625110906db254e213851752784606b.tar.zst
nixlib-931cd34d9625110906db254e213851752784606b.zip
qownnotes: 24.2.6 -> 24.3.0
Diffstat (limited to 'pkgs/applications/office')
-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 08ede6a81e11..0ff9312f8b49 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -19,14 +19,14 @@
 let
   pname = "qownnotes";
   appname = "QOwnNotes";
-  version = "24.2.6";
+  version = "24.3.0";
 in
 stdenv.mkDerivation {
   inherit pname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-F0AUY82zPDRpV/mBb6kpAdMIImJ2ICwwfIluxh8Z7As=";
+    hash = "sha256-NIxRXNawzV6adgf7tCYdn1/Nd2ULodOVGt1QwITpO6Q=";
   };
 
   nativeBuildInputs = [