overlays/discord: bump to 0.0.148

This commit is contained in:
LavaDesu 2023-03-06 21:03:45 +07:00
parent 5ccd763bda
commit 9afcf991e6
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.134";
version = "0.0.148";
src = builtins.fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "0hynv9nh6lcfy44yxs33686iyzvjrnczxkppb75c6a4wa7m5l8hz";
sha256 = "02cv8irj5rk8zpzyjknkvqkzfwfkyyvgv695i3mh3p734c7x56nr";
};
};
}