multiviewer-for-f1: 1.26.1 -> 1.26.2

Also sets meta.mainProgram
This commit is contained in:
Babeuh 2023-08-26 14:49:21 +02:00
parent 8f1e764551
commit c09b601800
No known key found for this signature in database

View File

@ -22,17 +22,16 @@
, pango
, xorg
}:
let
id = "123097753";
id = "123219506";
in
stdenvNoCC.mkDerivation rec {
pname = "multiviewer-for-f1";
version = "1.26.1";
version = "1.26.2";
src = fetchurl {
url = "https://releases.multiviewer.dev/download/${id}/multiviewer-for-f1_${version}_amd64.deb";
sha256 = "sha256-VS1oDqib0XCEVDVt72GGz1ikwZJYnn6enAylh54PrDI=";
sha256 = "sha256-nibPVqc4B3PHF/3wR5FsYZGVkkReQjy+4glfdnBysSU=";
};
nativeBuildInputs = [
@ -98,6 +97,7 @@ stdenvNoCC.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ babeuh ];
platforms = [ "x86_64-linux" ];
mainProgram = "multiviewer-for-f1";
};
}