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

shotcut: 20.02.17 -> 20.04.01
This commit is contained in:
Peter Simons
2020-04-08 08:34:32 +02:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@ assert stdenv.lib.versionAtLeast mlt.version "6.18.0";
mkDerivation rec { mkDerivation rec {
pname = "shotcut"; pname = "shotcut";
version = "20.02.17"; version = "20.04.01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mltframework"; owner = "mltframework";
repo = "shotcut"; repo = "shotcut";
rev = "v${version}"; rev = "v${version}";
sha256 = "0nsqlbapqgxccb7mnvxqw4hdddj944d4z5jxafpv0cwj7s3z8wj0"; sha256 = "10svbhsd5q8z1k055kcfibil97qifwzn3xmnf5b9sxa7ky4bkmqr";
}; };
patches = [ ./0001-encodedock.cpp-connect-to-VAAPI-via-DRM-not-X11.patch ]; patches = [ ./0001-encodedock.cpp-connect-to-VAAPI-via-DRM-not-X11.patch ];
@@ -60,7 +60,7 @@ mkDerivation rec {
nixpkgs maintainer(s). If you wish to report any bugs upstream, nixpkgs maintainer(s). If you wish to report any bugs upstream,
please use the official build from shotcut.org instead. please use the official build from shotcut.org instead.
''; '';
homepage = https://shotcut.org; homepage = "https://shotcut.org";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ goibhniu woffs peti ]; maintainers = with maintainers; [ goibhniu woffs peti ];
platforms = platforms.linux; platforms = platforms.linux;