discord-canary: 0.0.381 -> 0.0.394
This commit is contained in:
parent
02c7c0fd8d
commit
be77be498d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
||||||
} else {
|
} else {
|
||||||
stable = "0.0.291";
|
stable = "0.0.291";
|
||||||
ptb = "0.0.94";
|
ptb = "0.0.94";
|
||||||
canary = "0.0.381";
|
canary = "0.0.394";
|
||||||
development = "0.0.18";
|
development = "0.0.18";
|
||||||
};
|
};
|
||||||
version = versions.${branch};
|
version = versions.${branch};
|
||||||
|
@ -43,7 +43,7 @@ let
|
||||||
};
|
};
|
||||||
canary = fetchurl {
|
canary = fetchurl {
|
||||||
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
|
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
|
||||||
hash = "sha256-b8pLpHPCc78GiY63Iw/vPAi2isTNcU/nO8NxmH4i8Ys=";
|
hash = "sha256-lgnZEkXxfn1L5QUBGXcKrIEL5kEehRIc0HF3WXgB8yo=";
|
||||||
};
|
};
|
||||||
development = fetchurl {
|
development = fetchurl {
|
||||||
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
|
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
|
||||||
|
|
Loading…
Reference in a new issue