qownnotes: 23.7.1 -> 23.7.2

This commit is contained in:
Patrizio Bekerle 2023-07-14 14:53:24 +02:00
parent c283c92d90
commit e98b2ab233
No known key found for this signature in database
GPG key ID: 67EF441ECF195217

View file

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.7.1";
version = "23.7.2";
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-xrt9xeBANcrTf84YR8jLDZkoTAQ4SXrlGsVJPXCefqw=";
hash = "sha256-DjVLfP6tUMUFJHZyBIMivqbjiqgQecW78YbLobOnXnM=";
};
nativeBuildInputs = [