qownnotes: 23.10.0 -> 23.10.1

This commit is contained in:
Patrizio Bekerle 2023-10-12 08:05:04 +02:00
parent 520e363e82
commit d1a86a2373
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.10.0";
version = "23.10.1";
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-wPZrKAWaWv88BeVu6e73b9/Ydo0ew4GLig46fyNSxtc=";
hash = "sha256-+BtzN+CdaxriA466m6aF0y7Jdvx1DGtSR+i6gGeAxSM=";
};
nativeBuildInputs = [