Merge pull request #115614 from r-ryantm/auto-update/shotcut

shotcut: 21.01.29 -> 21.02.27
This commit is contained in:
Peter Simons 2021-03-10 00:46:05 +01:00 committed by GitHub
commit 491e670989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,13 @@ assert lib.versionAtLeast mlt.version "6.24.0";
mkDerivation rec {
pname = "shotcut";
version = "21.01.29";
version = "21.02.27";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
sha256 = "0Q+63IRY4UbiYS+IMnn7hlr6w3IYtWynjBfTBvtWBMo=";
sha256 = "bcuJz27jDAB3OPEKq3xNgfv6C31UoMKosS4YIRZNMjM=";
};
enableParallelBuilding = true;