From a05322f7346c93c7e528980bfbf6c22f94340608 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 12 Jan 2022 11:12:42 +0700 Subject: [PATCH] overlays/discord: bump to 0.0.132 --- overlays/discord.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/discord.nix b/overlays/discord.nix index 5189da9..50e0f0a 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.131"; + version = "0.0.132"; src = builtins.fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - sha256 = "087rzyivk0grhc73v7ldxxghks0n16ifrvpmk95vzaw99l9xv0v5"; + sha256 = "1jjbd9qllgcdpnfxg5alxpwl050vzg13rh17n638wha0vv4mjhyv"; }; }; }