···15with lib;
16stdenv.mkDerivation {
17 pname = "rtmpdump";
18- version = "unstable-2019-03-30";
1920 src = fetchgit {
21 url = "git://git.ffmpeg.org/rtmpdump";
22 # Currently the latest commit is used (a release has not been made since 2011, i.e. '2.4')
23- rev = "c5f04a58fc2aeea6296ca7c44ee4734c18401aa3";
24- sha256 = "07ias612jgmxpam9h418kvlag32da914jsnjsfyafklpnh8gdzjb";
25 };
2627 patches = [
···15with lib;
16stdenv.mkDerivation {
17 pname = "rtmpdump";
18+ version = "unstable-2021-02-19";
1920 src = fetchgit {
21 url = "git://git.ffmpeg.org/rtmpdump";
22 # Currently the latest commit is used (a release has not been made since 2011, i.e. '2.4')
23+ rev = "f1b83c10d8beb43fcc70a6e88cf4325499f25857";
24+ sha256 = "0vchr0f0d5fi0zaa16jywva5db3x9dyws7clqaq32gwh5drbkvs0";
25 };
2627 patches = [