discord-canary: 0.0.320 -> 0.0.329
This commit is contained in:
parent
a7390c11c8
commit
f1d9560841
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
} else {
|
} else {
|
||||||
stable = "0.0.282";
|
stable = "0.0.282";
|
||||||
ptb = "0.0.84";
|
ptb = "0.0.84";
|
||||||
canary = "0.0.320";
|
canary = "0.0.329";
|
||||||
development = "0.0.2";
|
development = "0.0.2";
|
||||||
};
|
};
|
||||||
version = versions.${branch};
|
version = versions.${branch};
|
||||||
|
@ -42,7 +42,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-7fPlb4x116HIXEJr1G7wVHriOQu6/2u69SpbU9qxHNw=";
|
hash = "sha256-B4LPFts+sx8GpZp9iRbwapUYrK4c9unH+mAoODGqDgU=";
|
||||||
};
|
};
|
||||||
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