qownnotes: do not inherit appname

Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
Weijia Wang 2024-01-21 07:18:46 +01:00 committed by GitHub
parent 48c419741e
commit f2f0e24f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ let
version = "24.1.4";
in
stdenv.mkDerivation {
inherit pname appname version;
inherit pname version;
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";