openshot-qt: 2.4.4 -> 2.5.1
This commit is contained in:
parent
71ab4348c0
commit
5f382299f8
@ -2,26 +2,17 @@
|
|||||||
, doxygen, python3Packages, libopenshot
|
, doxygen, python3Packages, libopenshot
|
||||||
, wrapGAppsHook, gtk3 }:
|
, wrapGAppsHook, gtk3 }:
|
||||||
|
|
||||||
let
|
|
||||||
fixPermissions = fetchpatch rec {
|
|
||||||
url = https://github.com/OpenShot/openshot-qt/pull/2973.patch;
|
|
||||||
sha256 = "037rh0p3k4sdzprlpyb73byjq3qhqk5zd0d4iin6bq602r8bbp0n";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
|
|
||||||
mkDerivationWith python3Packages.buildPythonApplication rec {
|
mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||||
pname = "openshot-qt";
|
pname = "openshot-qt";
|
||||||
version = "2.4.4";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenShot";
|
owner = "OpenShot";
|
||||||
repo = "openshot-qt";
|
repo = "openshot-qt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba";
|
sha256 = "0qc5i0ay6j2wab1whl41sjb71cj02pg6y79drf7asrprq8b2rmfq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ fixPermissions ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ doxygen wrapGAppsHook ];
|
nativeBuildInputs = [ doxygen wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 ];
|
buildInputs = [ gtk3 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user