shotcut: update from 14.07 to 14.08

This commit is contained in:
Cillian de Róiste 2014-08-03 11:44:41 +02:00
parent 1b169722a3
commit cc3b5291d9
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];