Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active September 5, 2017 17:06
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