discord-canary: 0.0.135 -> 0.0.136

This commit is contained in:
Infinidoge 2022-07-14 20:35:35 -04:00
parent 0436831b1a
commit 3580dd9f3c

View File

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.18";
ptb = "0.0.29";
canary = "0.0.135";
canary = "0.0.136";
} else {
stable = "0.0.264";
ptb = "0.0.59";
@ -30,7 +30,7 @@ let
canary = fetchurl {
url =
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-dmG+3BWS1BMHHQAv4fsXuObVeAJBeD+TqnyQz69AMac=";
sha256 = "sha256-OrGg4jXziesHBhQORxREN/wq776RgNGaTyjJNV4pSAU=";
};
};
x86_64-darwin = {