summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-06-20 21:24:13 +0100
committerSergei Trofimovich <slyich@gmail.com>2022-06-20 21:26:30 +0100
commit55364f67067085e31703f8d2e6ec4cfeb9354c84 (patch)
tree58ee329fe98870b02ec897533fbf67d80a53b62c
parentMerge pull request #177991 from mdarocha/dotnet-6-update (diff)
downloadnixpkgs-55364f67067085e31703f8d2e6ec4cfeb9354c84.tar.gz
rtmpdump: unstable-2019-03-30 -> unstable-2021-02-19
Contains single but important change: orbea (1): Fix race condition in the librtmp install target.
-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 5f301ae88915..6e05f81fcd8c 100644
--- a/pkgs/tools/video/rtmpdump/default.nix
+++ b/pkgs/tools/video/rtmpdump/default.nix
@@ -15,13 +15,13 @@ assert (gnutlsSupport || opensslSupport);
with lib;
stdenv.mkDerivation {
pname = "rtmpdump";
- version = "unstable-2019-03-30";
+ version = "unstable-2021-02-19";
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 = "c5f04a58fc2aeea6296ca7c44ee4734c18401aa3";
- sha256 = "07ias612jgmxpam9h418kvlag32da914jsnjsfyafklpnh8gdzjb";
+ rev = "f1b83c10d8beb43fcc70a6e88cf4325499f25857";
+ sha256 = "0vchr0f0d5fi0zaa16jywva5db3x9dyws7clqaq32gwh5drbkvs0";
};
patches = [