openshot-qt: 2.4.4 -> 2.5.1

This commit is contained in:
AndersonTorres 2020-03-22 19:30:52 -03:00
parent 71ab4348c0
commit 5f382299f8

View file

@ -2,26 +2,17 @@
, doxygen, python3Packages, libopenshot
, wrapGAppsHook, gtk3 }:
let
fixPermissions = fetchpatch rec {
url = https://github.com/OpenShot/openshot-qt/pull/2973.patch;
sha256 = "037rh0p3k4sdzprlpyb73byjq3qhqk5zd0d4iin6bq602r8bbp0n";
};
in
mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "openshot-qt";
version = "2.4.4";
version = "2.5.1";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "openshot-qt";
rev = "v${version}";
sha256 = "0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba";
sha256 = "0qc5i0ay6j2wab1whl41sjb71cj02pg6y79drf7asrprq8b2rmfq";
};
patches = [ fixPermissions ];
nativeBuildInputs = [ doxygen wrapGAppsHook ];
buildInputs = [ gtk3 ];