summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/openshot-qt
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-03-22 19:30:20 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-03-22 19:32:03 -0300
commit71ab4348c00275e81d64f982f995b481d11a2f49 (patch)
tree2776925ad14dc7d4a3733feb5a4b8fe63eed13ea /pkgs/applications/video/openshot-qt
parentab7647b15b48137480e9d4c1e44dee4b3091bcde (diff)
libopenshot: 0.2.3 -> 0.2.5
Diffstat (limited to 'pkgs/applications/video/openshot-qt')
-rw-r--r--pkgs/applications/video/openshot-qt/libopenshot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/openshot-qt/libopenshot.nix b/pkgs/applications/video/openshot-qt/libopenshot.nix
index 2ed4b8ce3e3d..19852664a9f6 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot.nix
@@ -8,13 +8,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libopenshot";
- version = "0.2.3";
+ version = "0.2.5";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${version}";
- sha256 = "0r1qmr8ar5n72603xkj9h065vbpznrqsq88kxxmn9n8djyyvk03k";
+ sha256 = "1mxjkgjmjzgf628y3rscc6rqf55hxgjpmvwxlncfk1216i5xskwp";
};
patchPhase = ''