Skip to content

Commit 9f537a5

Browse files
vojta001github-actions[bot]
authored andcommitted
lightworks: 2021.2 -> 2021.2.1
(cherry picked from commit a9edf3b)
1 parent 089308a commit 9f537a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/applications/video/lightworks/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ let
2222
];
2323

2424
lightworks = stdenv.mkDerivation rec {
25-
version = "2021.2";
25+
version = "2021.2.1";
26+
rev = "128456";
2627
pname = "lightworks";
2728

2829
src =
2930
if stdenv.hostPlatform.system == "x86_64-linux" then
3031
fetchurl {
31-
url = "https://cdn.lwks.com/releases/2021.2/lightworks_2021.2_r128258.deb";
32-
sha256 = "sha256-IRzoysfGh/P+Xr50+cIjjaKuxdSzgCmJDICFtekfE3Y=";
32+
url = "https://cdn.lwks.com/releases/${version}/lightworks_${lib.versions.majorMinor version}_r${rev}.deb";
33+
sha256 = "sha256-GkTg43IUF1NgEm/wT9CZw68Dw/R2BYBU/F4bsCxQowQ=";
3334
}
3435
else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
3536

0 commit comments

Comments
 (0)