bump version and ID, update sha256

This commit is contained in:
Benjamin LeBrun 2024-03-01 10:00:07 -07:00
parent ae230e25ce
commit 6214abfa28

View File

@ -23,15 +23,15 @@
, xorg
}:
let
id = "123219506";
id = "154421934";
in
stdenvNoCC.mkDerivation rec {
pname = "multiviewer-for-f1";
version = "1.26.2";
version = "1.31.3";
src = fetchurl {
url = "https://releases.multiviewer.dev/download/${id}/multiviewer-for-f1_${version}_amd64.deb";
sha256 = "sha256-nibPVqc4B3PHF/3wR5FsYZGVkkReQjy+4glfdnBysSU=";
sha256 = "sha256-lFES+ukkI/GqKQdZwtaB+ov0hqAyFZ2N533LBKJ9oXg=";
};
nativeBuildInputs = [