lol

Merge pull request #178364 from trofi/update-rtmpdump

rtmpdump: unstable-2019-03-30 -> unstable-2021-02-19

authored by

Sergei Trofimovich and committed by
GitHub
415e94cf 916bba04

+3 -3
+3 -3
pkgs/tools/video/rtmpdump/default.nix
··· 15 with lib; 16 stdenv.mkDerivation { 17 pname = "rtmpdump"; 18 - version = "unstable-2019-03-30"; 19 20 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 }; 26 27 patches = [
··· 15 with lib; 16 stdenv.mkDerivation { 17 pname = "rtmpdump"; 18 + version = "unstable-2021-02-19"; 19 20 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 }; 26 27 patches = [