Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2
Created May 5, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jD91mZM2/69181312b5b1e1fb269a5db20fc63484 to your computer and use it in GitHub Desktop.
Save jD91mZM2/69181312b5b1e1fb269a5db20fc63484 to your computer and use it in GitHub Desktop.
self: super:
{
discord-latest = super.discord.overrideAttrs (orig: rec {
name = "discord-${version}";
version = "0.0.5";
src = super.fetchurl {
url = "https://cdn.discordapp.com/apps/linux/${version}/${name}.tar.gz";
sha256 = "2f4464bcea532673ca7b314dc2a1b7966f5d175e535a0254753f778dc559ef18";
};
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment