mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 02:07:53 +00:00
lightworks: 2023.1 -> 2023.2
Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
This commit is contained in:
parent
d35995a8d7
commit
5be55ffd3d
@ -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}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user