youtube-dl: 2019.07.27 -> 2019.07.30 (#65595)

youtube-dl: 2019.07.27 -> 2019.07.30

Changed files
+2 -2
pkgs
tools
misc
youtube-dl
+2 -2
pkgs/tools/misc/youtube-dl/default.nix
···
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
-
version = "2019.07.27";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-
sha256 = "1k4b8s1g816m8k48mlsk5pfjaqz8p6qsvfrdnpfkminwm4f6kz6d";
};
nativeBuildInputs = [ makeWrapper ];
···
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
+
version = "2019.07.30";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
+
sha256 = "0nb5xvq4aq0az8y5wb54zp5q4qzfhs7rcb39yp6j5q8jyjp9kzwy";
};
nativeBuildInputs = [ makeWrapper ];