about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-29 08:40:52 +0200
committerGitHub <noreply@github.com>2024-05-29 08:40:52 +0200
commit5102ca4351fe939a8a2b689891e184b2b751200e (patch)
tree4da480db59fba105254b3ea52d0296e0d15207a5 /pkgs/applications/video
parent9344d573760e5ec8befefed512c8534f7291d850 (diff)
parent5be55ffd3d5e8f1e54589e7895157dbdc16cd916 (diff)
Merge pull request #315206 from anthr76/anthr76/lightworks-update
lightworks: 2023.1 -> 2023.2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/lightworks/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/lightworks/default.nix b/pkgs/applications/video/lightworks/default.nix
index f08b014273c03..ea2f0bde5e33c 100644
--- a/pkgs/applications/video/lightworks/default.nix
+++ b/pkgs/applications/video/lightworks/default.nix
@@ -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}";