Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Last active September 5, 2017 17:06
Show Gist options
  • Save cleverca22/3dbc7ec96e1d5dc16ad7ee7111f18c80 to your computer and use it in GitHub Desktop.
Save cleverca22/3dbc7ec96e1d5dc16ad7ee7111f18c80 to your computer and use it in GitHub Desktop.
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