Appimage/en: Difference between revisions
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 24: | Line 24: | ||
}: | }: | ||
let | let | ||
version = "1.4.0"; | version = "1.4.0"; | ||
| Line 30: | Line 29: | ||
name = "${pname}-${version}"; | name = "${pname}-${version}"; | ||
src = fetchurl { | src = fetchurl { | ||
url = "https://github.com/ZUGFeRD/quba-viewer/releases/download/v${version}/Quba-${version}.AppImage"; | url = "https://github.com/ZUGFeRD/quba-viewer/releases/download/v${version}/Quba-${version}.AppImage"; | ||
| Line 36: | Line 34: | ||
}; | }; | ||
appimageContents = appimageTools.extractType1 { inherit name src; }; | appimageContents = appimageTools.extractType1 { inherit name src; }; | ||
in | in | ||
| Line 42: | Line 39: | ||
inherit name src; | inherit name src; | ||
extraInstallCommands = '' | extraInstallCommands = '' | ||
mv $out/bin/${name} $out/bin/${pname} | mv $out/bin/${name} $out/bin/${pname} | ||
| Line 51: | Line 47: | ||
''; | ''; | ||
meta = { | meta = { | ||
description = "Viewer for electronic invoices"; | description = "Viewer for electronic invoices"; | ||