summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/openshot-qt
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-03-22 19:30:52 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-03-22 19:32:03 -0300
commit5f382299f8c462b3307dd724e2389b879e13577a (patch)
treee2c7a277bb8caeaad36628e30f810c8c83d82a66 /pkgs/applications/video/openshot-qt
parent71ab4348c00275e81d64f982f995b481d11a2f49 (diff)
openshot-qt: 2.4.4 -> 2.5.1
Diffstat (limited to 'pkgs/applications/video/openshot-qt')
-rw-r--r--pkgs/applications/video/openshot-qt/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/video/openshot-qt/default.nix b/pkgs/applications/video/openshot-qt/default.nix
index 1c5359e5f0c6..e8a348b43286 100644
--- a/pkgs/applications/video/openshot-qt/default.nix
+++ b/pkgs/applications/video/openshot-qt/default.nix
@@ -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 ];