Merge pull request #115614 from r-ryantm/auto-update/shotcut
shotcut: 21.01.29 -> 21.02.27
This commit is contained in:
commit
491e670989
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ assert lib.versionAtLeast mlt.version "6.24.0";
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "shotcut";
|
pname = "shotcut";
|
||||||
version = "21.01.29";
|
version = "21.02.27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mltframework";
|
owner = "mltframework";
|
||||||
repo = "shotcut";
|
repo = "shotcut";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0Q+63IRY4UbiYS+IMnn7hlr6w3IYtWynjBfTBvtWBMo=";
|
sha256 = "bcuJz27jDAB3OPEKq3xNgfv6C31UoMKosS4YIRZNMjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue