qownnotes: 23.9.4 -> 23.10.0

This commit is contained in:
Matthias Thym 2023-10-02 12:50:54 +02:00
parent 975d4f7472
commit 73f0bd4890

View File

@ -19,14 +19,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.9.4";
version = "23.10.0";
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-e5x3YeWCaTNoQR924r2EseqDOfFluj58MGS78DzfJUM=";
hash = "sha256-wPZrKAWaWv88BeVu6e73b9/Ydo0ew4GLig46fyNSxtc=";
};
nativeBuildInputs = [