Merge pull request #205297 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.144 -> 0.0.145
This commit is contained in:
commit
78c259e2dc
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ let
|
|||
versions = if stdenv.isLinux then {
|
||||
stable = "0.0.21";
|
||||
ptb = "0.0.38";
|
||||
canary = "0.0.144";
|
||||
canary = "0.0.145";
|
||||
} else {
|
||||
stable = "0.0.264";
|
||||
ptb = "0.0.59";
|
||||
|
@ -22,7 +22,7 @@ let
|
|||
};
|
||||
canary = fetchurl {
|
||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||
sha256 = "sha256-/le3YT8djSj60H+Pq1qUxqc8CNgEZladOeFa9D2ZGl8=";
|
||||
sha256 = "sha256-TF+7SnCTsbh+Z8AeEESEFVLSpD3c5HOAwpU1UBuB1BU=";
|
||||
};
|
||||
};
|
||||
x86_64-darwin = {
|
||||
|
|
Loading…
Reference in a new issue