summary refs log tree commit diff
path: root/pkgs/applications/office/qownnotes
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2023-07-27 15:51:59 +0200
committerPatrizio Bekerle <patrizio@bekerle.com>2023-07-27 15:51:59 +0200
commit6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1 (patch)
treee32d64503eb4be8f63fe10be30cc2284b551f5ef /pkgs/applications/office/qownnotes
parente8d63b1a46454c55988baa1d5b019afea6429e4f (diff)
downloadnixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar.gz
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar.bz2
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar.lz
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar.xz
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.tar.zst
nixpkgs-6067e44b773c98743fc5c2f2e7fdbaa51a55d3c1.zip
qownnotes: 23.7.2 -> 23.7.3
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 f7d4f273a5b..84ba9c2fbb7 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 = "23.7.2";
+  version = "23.7.3";
 in
 stdenv.mkDerivation {
   inherit pname appname version;
 
   src = fetchurl {
     url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
-    hash = "sha256-DjVLfP6tUMUFJHZyBIMivqbjiqgQecW78YbLobOnXnM=";
+    hash = "sha256-Jk0KPYYB+CW60ggVn58JKJ1UX5VXWbSUC+osHG4wjR0=";
   };
 
   nativeBuildInputs = [