about summary refs log tree commit diff
path: root/pkgs/applications/video/multiviewer-for-f1
diff options
context:
space:
mode:
authorBabeuh <babeuh@rlglr.fr>2023-08-25 13:38:02 +0200
committerBabeuh <babeuh@rlglr.fr>2023-08-25 16:24:07 +0200
commit99c0be37f6750f8b59206440667f3044bc888e5e (patch)
treeefc6dd6a170106abf4c02fc6d7d8c677e2b7e8f2 /pkgs/applications/video/multiviewer-for-f1
parentc5773735aca77ab4a8071434839f6c00d14a34bb (diff)
multiviewer-for-f1: 1.24.2 -> 1.26.1
Diffstat (limited to 'pkgs/applications/video/multiviewer-for-f1')
-rw-r--r--pkgs/applications/video/multiviewer-for-f1/default.nix6
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 0c6dbe8e7a95a..f888d77057fea 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 = [