mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-08 21:46:53 +00:00
Merge pull request #233539 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.151 -> 0.0.154
This commit is contained in:
commit
80677b2d39
@ -3,7 +3,7 @@ let
|
|||||||
versions = if stdenv.isLinux then {
|
versions = if stdenv.isLinux then {
|
||||||
stable = "0.0.27";
|
stable = "0.0.27";
|
||||||
ptb = "0.0.42";
|
ptb = "0.0.42";
|
||||||
canary = "0.0.151";
|
canary = "0.0.154";
|
||||||
development = "0.0.216";
|
development = "0.0.216";
|
||||||
} else {
|
} else {
|
||||||
stable = "0.0.273";
|
stable = "0.0.273";
|
||||||
@ -24,7 +24,7 @@ let
|
|||||||
};
|
};
|
||||||
canary = fetchurl {
|
canary = fetchurl {
|
||||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||||
sha256 = "sha256-ZN+lEGtSajgYsyMoGRmyTZCpUGVmb9LKgVv89NA4m7U=";
|
sha256 = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c=";
|
||||||
};
|
};
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user