Merge pull request #251589 from babeuh/bump_multiviewer-for-f1_1.26.2

multiviewer-for-f1: 1.26.1 -> 1.26.2
This commit is contained in:
Matthias Beyer 2023-08-26 21:37:07 +02:00 committed by GitHub
commit 106b717083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};
}