9 lines
313 B
Nix
9 lines
313 B
Nix
self: super: {
|
|
discord-canary = super.discord-canary.override rec {
|
|
version = "0.0.132";
|
|
src = builtins.fetchurl {
|
|
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
|
sha256 = "1jjbd9qllgcdpnfxg5alxpwl050vzg13rh17n638wha0vv4mjhyv";
|
|
};
|
|
};
|
|
}
|