summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/video
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-02-09 08:44:54 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-02-09 08:45:12 +0100
commit386ecdcb4da1375b121fe18ff1f8768341774e18 (patch)
tree4516d8456343ac1139ffde4c7fd26a20ac87af05 /pkgs/tools/video
parent4bf9f8afc39e9d0c0629635652804b81fe3e3332 (diff)
rtmpdump: 2015-01-15 -> 2015-12-30
Diffstat (limited to 'pkgs/tools/video')
-rw-r--r--pkgs/tools/video/rtmpdump/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/video/rtmpdump/default.nix b/pkgs/tools/video/rtmpdump/default.nix
index ce23c5f4193c..547700639bb9 100644
--- a/pkgs/tools/video/rtmpdump/default.nix
+++ b/pkgs/tools/video/rtmpdump/default.nix
@@ -11,13 +11,13 @@ assert opensslSupport -> openssl != null && !gnutlsSupport;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "rtmpdump-${version}";
- version = "2015-01-15";
+ version = "2015-12-30";
src = fetchgit {
url = git://git.ffmpeg.org/rtmpdump;
# Currently the latest commit is used (a release has not been made since 2011, i.e. '2.4')
- rev = "a107cef9b392616dff54fabfd37f985ee2190a6f";
- sha256 = "03x7dy111dk8b23cq2wb5h8ljcv58fzhp0xm0d1myfvzhr9amqqs";
+ rev = "fa8646daeb19dfd12c181f7d19de708d623704c0";
+ sha256 = "17m9rmnnqyyzsnnxcdl8258hjmw16nxbj1n1lr7fj3kmcs189iig";
};
makeFlags = [ ''prefix=$(out)'' ]