diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-08-27 08:44:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 08:44:29 +0800 |
| commit | d04d2be9a2fdb64f1d2e94c6b089d3a53c56686c (patch) | |
| tree | 9ab188a2dd8c3a8a640acf96177b4312fa06246a | |
| parent | Merge pull request #251493 from NixOS/backport-251338-to-release-23.05 (diff) | |
| parent | multiviewer-for-f1: 1.24.2 -> 1.26.1 (diff) | |
| download | nixpkgs-d04d2be9a2fdb64f1d2e94c6b089d3a53c56686c.tar.gz | |
Merge pull request #251587 from NixOS/backport-251352-to-release-23.05
[Backport release-23.05] multiviewer-for-f1: 1.24.2 -> 1.26.1
| -rw-r--r-- | pkgs/applications/video/multiviewer-for-f1/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/multiviewer-for-f1/default.nix b/pkgs/applications/video/multiviewer-for-f1/default.nix index 0c6dbe8e7a95..f888d77057fe 100644 --- a/pkgs/applications/video/multiviewer-for-f1/default.nix +++ b/pkgs/applications/video/multiviewer-for-f1/default.nix @@ -24,15 +24,15 @@ }: let - id = "118976581"; + id = "123097753"; in stdenvNoCC.mkDerivation rec { pname = "multiviewer-for-f1"; - version = "1.24.2"; + version = "1.26.1"; src = fetchurl { url = "https://releases.multiviewer.dev/download/${id}/multiviewer-for-f1_${version}_amd64.deb"; - sha256 = "sha256-zll639fQFdrNvIj/4ECqEGxQw4VgfERGlti7opSmSi0="; + sha256 = "sha256-VS1oDqib0XCEVDVt72GGz1ikwZJYnn6enAylh54PrDI="; }; nativeBuildInputs = [ |
