gnome3.gnome-video-effects: 0.4.1 → 0.4.3

This commit is contained in:
Jan Tojnar 2017-12-02 03:04:31 +01:00
parent 4e7deb7100
commit d217cad2ac
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -2,15 +2,14 @@
stdenv.mkDerivation rec {
name = "gnome-video-effects-${version}";
version = "0.4.1";
version = "0.4.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-video-effects/0.4/${name}.tar.xz";
sha256 = "0jl4iny2dqpcgi3sgxzpgnbw0752i8ay3rscp2cgdjlp79ql5gil";
sha256 = "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ intltool ];
nativeBuildInputs = [ pkgconfig intltool ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GnomeVideoEffects;