lightworks: 2023.1 -> 2023.2

Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
This commit is contained in:
Anthony Rabbito 2024-05-27 19:21:24 -04:00
parent d35995a8d7
commit 5be55ffd3d
No known key found for this signature in database

View File

@ -27,15 +27,15 @@ let
]; ];
lightworks = stdenv.mkDerivation rec { lightworks = stdenv.mkDerivation rec {
version = "2023.1"; version = "2023.2";
rev = "141770"; rev = "146240";
pname = "lightworks"; pname = "lightworks";
src = src =
if stdenv.hostPlatform.system == "x86_64-linux" then if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl { fetchurl {
url = "https://cdn.lwks.com/releases/${version}/lightworks_${version}_r${rev}.deb"; url = "https://cdn.lwks.com/releases/${version}/lightworks_${version}_r${rev}.deb";
sha256 = "sha256-QRbghrZQbprl2wUBKNMJVBeW0Ek6nWvo4006jyPYIBg="; sha256 = "sha256-sVEDCZZsY5OwuWebrhatzZiws89/tEKIdgY54PN0Ddo=";
} }
else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";