-
-
Save cleverca22/3dbc7ec96e1d5dc16ad7ee7111f18c80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; | |
youtube-dl.overrideAttrs (oldAttrs: { | |
name = "youtube-dl-2017.09.02"; | |
version = "2017.09.02"; | |
src = self.fetchurl { | |
url = "https://yt-dl.org/downloads/2017.09.02/youtube-dl-2017.09.02.tar.gz"; | |
sha256 = "1sfra8rfb7hkbgmw2n2s42fpkh0y7j9lyars7qda3rj34ai7r6k9"; | |
}; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment