overlays/discord: bump to 0.0.132

This commit is contained in:
LavaDesu 2022-01-12 11:12:42 +07:00
parent c740d8e69e
commit a05322f734
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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";
};
};
}