3
0
Fork 0
forked from mirrors/nixpkgs

shotcut: 19.07.15 -> 19.08.16

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
This commit is contained in:
R. RyanTM 2019-08-20 17:40:07 -07:00
parent ffbb4d26f9
commit 91c187fb6c

View file

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