discord-development: 0.0.232 -> 0.0.234
This commit is contained in:
parent
5db123ddef
commit
8f376b70f5
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
stable = "0.0.30";
|
stable = "0.0.30";
|
||||||
ptb = "0.0.48";
|
ptb = "0.0.48";
|
||||||
canary = "0.0.167";
|
canary = "0.0.167";
|
||||||
development = "0.0.232";
|
development = "0.0.234";
|
||||||
} else {
|
} else {
|
||||||
stable = "0.0.278";
|
stable = "0.0.278";
|
||||||
ptb = "0.0.77";
|
ptb = "0.0.77";
|
||||||
|
@ -28,7 +28,7 @@ let
|
||||||
};
|
};
|
||||||
development = fetchurl {
|
development = fetchurl {
|
||||||
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
|
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
|
||||||
hash = "sha256-AsHdQvDLzflhuYO8V4R+2zjQYpRo+aPa8HYXc3taayY=";
|
hash = "sha256-R5UwgpXgb32mEohTzyRVXmumcgPl8UPan3UjmLFLxLo=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
x86_64-darwin = {
|
x86_64-darwin = {
|
||||||
|
|
Loading…
Reference in a new issue