summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2016-01-03 18:49:39 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2016-01-03 18:49:39 +0300
commita40b413b04287e3556c5007a42cf80b3761ab556 (patch)
tree434ccf219cbf6c486f268ba9023d225ab22413c8 /pkgs/applications/video
parent06356c90dc19643ff559aa678e277804720c2bec (diff)
downloadnixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar.gz
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar.bz2
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar.lz
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar.xz
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.tar.zst
nixpkgs-a40b413b04287e3556c5007a42cf80b3761ab556.zip
Revert "avidemux: 2.5.6 -> 2.6.9"
This reverts commit 170c8e08d321072eda4f892271085626d56a5493.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/avidemux/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/avidemux/default.nix b/pkgs/applications/video/avidemux/default.nix
index 89773be9ada..485d8c54eb3 100644
--- a/pkgs/applications/video/avidemux/default.nix
+++ b/pkgs/applications/video/avidemux/default.nix
@@ -7,11 +7,11 @@ assert stdenv ? glibc;
 assert faacSupport -> faac != null;
 
 stdenv.mkDerivation {
-  name = "avidemux-2.6.9";
+  name = "avidemux-2.5.6";
 
   src = fetchurl {
-    url = mirror://sourceforge/avidemux/avidemux_2.6.9.tar.gz;
-    sha256 = "01jhgricd7m9hdhr22yrdjfrnl41zccm2yxw7gfb02mwcswvswy0";
+    url = mirror://sourceforge/avidemux/avidemux_2.5.6.tar.gz;
+    sha256 = "12wvxz0n2g85f079d8mdkkp2zm279d34m9v7qgcqndh48cn7znnn";
   };
 
   buildInputs = [ cmake pkgconfig libxml2 qt4 gtk gettext SDL libXv
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://fixounet.free.fr/avidemux/;
     description = "Free video editor designed for simple video editing tasks";
-    maintainers = with stdenv.lib.maintainers; [ viric jagajaga ];
+    maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
   };
 }