2022-12-12T04:24:15 altair 5.0.5 -> 5.0.9 https://repology.org/metapackage/altair/versions 2022-12-12T04:24:22 attrpath: altair 2022-12-12T04:24:22 Checking auto update branch... 2022-12-12T04:24:23 No auto update branch exists 2022-12-12T04:24:24 Old version 5.0.5" not present in master derivation file with contents: { lib, appimageTools, fetchurl }: let pname = "altair"; version = "5.0.9"; src = fetchurl { url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage"; sha256 = "sha256-7eodAj48MMmdLEZPbYlhsgM01NEm0HxRTiIPPtlxdrA="; }; appimageContents = appimageTools.extract { inherit pname version src; }; in appimageTools.wrapType2 { inherit src pname version; extraInstallCommands = '' mv $out/bin/${pname}-${version} $out/bin/${pname} install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications substituteInPlace $out/share/applications/${pname}.desktop \ --replace 'Exec=AppRun' 'Exec=${pname}' cp -r ${appimageContents}/usr/share/icons $out/share ''; meta = with lib; { description = "A feature-rich GraphQL Client IDE"; homepage = "https://github.com/imolorhe/altair"; license = licenses.mit; maintainers = with maintainers; [ evalexpr ]; platforms = [ "x86_64-linux" ]; }; }