about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-19 12:30:17 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-19 12:30:17 +0000
commitf90c64865f8010cd3033bb2b2550434f8b0edc5b (patch)
tree9142e11ff7a7af101491c5f7b8a01ba66d852c49 /pkgs/applications
parentc65707bc25b252bc7474cb443f4fda1a93a1b12c (diff)
downloadnixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar.gz
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar.bz2
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar.lz
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar.xz
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.tar.zst
nixlib-f90c64865f8010cd3033bb2b2550434f8b0edc5b.zip
shotcut: 19.12.31 -> 20.02.17
Diffstat (limited to 'pkgs/applications')
-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 6926f7e8eae2..f0959284d669 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -8,13 +8,13 @@ assert stdenv.lib.versionAtLeast mlt.version "6.18.0";
 
 mkDerivation rec {
   pname = "shotcut";
-  version = "19.12.31";
+  version = "20.02.17";
 
   src = fetchFromGitHub {
     owner = "mltframework";
     repo = "shotcut";
     rev = "v${version}";
-    sha256 = "1vwgah8pp2kbd0iaz952d3bwxphk06yxqc0pi4hk1mklkh87qzm9";
+    sha256 = "0nsqlbapqgxccb7mnvxqw4hdddj944d4z5jxafpv0cwj7s3z8wj0";
   };
 
   patches = [ ./0001-encodedock.cpp-connect-to-VAAPI-via-DRM-not-X11.patch ];