lightworks: 2021.2.1 -> 2022.1.1
This commit is contained in:
parent
883c2321d9
commit
e0053a7a8a
1 changed files with 4 additions and 4 deletions
|
@ -23,15 +23,15 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
lightworks = stdenv.mkDerivation rec {
|
lightworks = stdenv.mkDerivation rec {
|
||||||
version = "2021.2.1";
|
version = "2022.1.1";
|
||||||
rev = "128456";
|
rev = "132926";
|
||||||
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_${lib.versions.majorMinor version}_r${rev}.deb";
|
url = "https://cdn.lwks.com/releases/${version}/lightworks_${version}_r${rev}.deb";
|
||||||
sha256 = "sha256-GkTg43IUF1NgEm/wT9CZw68Dw/R2BYBU/F4bsCxQowQ=";
|
sha256 = "sha256-f2lxfv0sFESpDnINDKlfVcR0pySAueMeOMbkgBWzz7Q=";
|
||||||
}
|
}
|
||||||
else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
|
else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue