summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-21 22:36:25 +0200
committerGitHub <noreply@github.com>2019-08-21 22:36:25 +0200
commite17822c853911dcaaed1d124c8b6288bb7c47f5b (patch)
tree7cf8e0bec7638e0346ffd5c0a7c0f41b6cf93b1e /pkgs
parent4ba10fbbfddd4fc4b556ca84f6b2ec78162104da (diff)
parent91c187fb6c2111e0272813df66b8f91bc83d02c6 (diff)
Merge pull request #67143 from r-ryantm/auto-update/shotcut
shotcut: 19.07.15 -> 19.08.16
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/shotcut/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 1b80e379008c..2f0b54edc8fb 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -7,13 +7,13 @@ assert stdenv.lib.versionAtLeast mlt.version "6.8.0";
mkDerivation rec {
name = "shotcut-${version}";
- version = "19.07.15";
+ version = "19.08.16";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
- sha256 = "0drl0x8x45kysalzx1pbg0gkvlxaykg9zka1fdkrl4iqfs4s7vv2";
+ sha256 = "0alnnfgimfs8fjddkcfx4pzyijwz5dgnqic5qazaza6f4kf60801";
};
enableParallelBuilding = true;