qownnotes: 23.7.2 -> 23.7.3

This commit is contained in:
Patrizio Bekerle 2023-07-27 15:51:59 +02:00
parent e8d63b1a46
commit 6067e44b77
No known key found for this signature in database
GPG key ID: 67EF441ECF195217

View file

@ -19,14 +19,14 @@
let let
pname = "qownnotes"; pname = "qownnotes";
appname = "QOwnNotes"; appname = "QOwnNotes";
version = "23.7.2"; version = "23.7.3";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit pname appname version; inherit pname appname version;
src = fetchurl { src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-DjVLfP6tUMUFJHZyBIMivqbjiqgQecW78YbLobOnXnM="; hash = "sha256-Jk0KPYYB+CW60ggVn58JKJ1UX5VXWbSUC+osHG4wjR0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [