Merge pull request #315206 from anthr76/anthr76/lightworks-update

lightworks: 2023.1 -> 2023.2
This commit is contained in:
Weijia Wang
2024-05-29 08:40:52 +02:00
committed by GitHub
@@ -27,15 +27,15 @@ let
];
lightworks = stdenv.mkDerivation rec {
version = "2023.1";
rev = "141770";
version = "2023.2";
rev = "146240";
pname = "lightworks";
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
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}";