···1515with lib;
1616stdenv.mkDerivation {
1717 pname = "rtmpdump";
1818- version = "unstable-2019-03-30";
1818+ version = "unstable-2021-02-19";
19192020 src = fetchgit {
2121 url = "git://git.ffmpeg.org/rtmpdump";
2222 # Currently the latest commit is used (a release has not been made since 2011, i.e. '2.4')
2323- rev = "c5f04a58fc2aeea6296ca7c44ee4734c18401aa3";
2424- sha256 = "07ias612jgmxpam9h418kvlag32da914jsnjsfyafklpnh8gdzjb";
2323+ rev = "f1b83c10d8beb43fcc70a6e88cf4325499f25857";
2424+ sha256 = "0vchr0f0d5fi0zaa16jywva5db3x9dyws7clqaq32gwh5drbkvs0";
2525 };
26262727 patches = [
···6969 dogpile_cache = dogpile-cache; # added 2021-10-28
7070 dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
7171 eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
7272+ email_validator = email-validator; # added 2022-06-22
7273 fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
7374 faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
7475 flask_testing = flask-testing; # added 2022-04-25