From a7ce9a61ce9a6cbde9f553281cce70a8d52cab5c Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 28 Aug 2021 10:52:15 +0700 Subject: [PATCH] discord: bump to 0.0.128 --- overlays/discord.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/discord.nix b/overlays/discord.nix index c536387..de1fcdc 100644 --- a/overlays/discord.nix +++ b/overlays/discord.nix @@ -1,9 +1,9 @@ self: super: { discord-canary = super.discord-canary.override rec { - version = "0.0.127"; + version = "0.0.128"; src = builtins.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - sha256 = "02rcnw38qran63grxzc6w8skp2qk749m63xnp6z4y6zya1aj9xbp"; + sha256 = "18xd2mglb75wpc9cb8p4hlydl86gyd5g15585h84x9jsr421h3bk"; }; }; }