From dd8d8afd55a68c4c19985a1757f4184c57809b2b Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 2 Sep 2021 08:11:16 +0700 Subject: [PATCH] discord: bump to 0.0.129 --- overlays/discord.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/discord.nix b/overlays/discord.nix index de1fcdc..6caf184 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.128"; + version = "0.0.129"; src = builtins.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - sha256 = "18xd2mglb75wpc9cb8p4hlydl86gyd5g15585h84x9jsr421h3bk"; + sha256 = "1x49vvd363w9xyrzjgmynj2b320hzpz388fh5vpp0q0qk8q3gwkk"; }; }; }