about summary refs log tree commit diff
path: root/pkgs/applications/video/shotcut
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2014-08-03 11:44:41 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2014-08-03 11:44:41 +0200
commitcc3b5291d9519141efcb8437d57a85d5bba00586 (patch)
treeabafb0f071f3247565610a498cf70a461e11157f /pkgs/applications/video/shotcut
parent1b169722a3d09209835f96a14cb3feace2548220 (diff)
downloadnixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar.gz
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar.bz2
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar.lz
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar.xz
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.tar.zst
nixlib-cc3b5291d9519141efcb8437d57a85d5bba00586.zip
shotcut: update from 14.07 to 14.08
Diffstat (limited to 'pkgs/applications/video/shotcut')
-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 97c3720f7f93..3f324480c8ab 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "shotcut-${version}";
-  version = "14.07";
+  version = "14.08";
 
   src = fetchurl {
     url = "https://github.com/mltframework/shotcut/archive/v${version}.tar.gz";
-    sha256 = "05g0b3jhmmdv8qnlgmi8wsfi7l3c5zvjcrrb3q7ajfc3q7yf6k6a";
+    sha256 = "0klcvpgp2l6xcdjy1gg7a5s8mx0mm347zdf26q6kk685pldlvkyj";
   };
 
   buildInputs = [ SDL frei0r gettext makeWrapper mlt pkgconfig qt5 ];