Unverified Commit d4164730 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #292100 from r-ryantm/auto-update/discord-canary

discord-canary: 0.0.282 -> 0.0.285
parents 8ed07da2 8bd97b91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ let
    if stdenv.isLinux then {
      stable = "0.0.43";
      ptb = "0.0.71";
      canary = "0.0.282";
      canary = "0.0.285";
      development = "0.0.13";
    } else {
      stable = "0.0.294";
@@ -25,7 +25,7 @@ let
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
        hash = "sha256-+Ijl/yPa7DVzVKOWTxCu6FxIsschIqYa+tYBnnKdCBA=";
        hash = "sha256-dfBwe/YOzUUAfBrf51mNXtpyGL3Mp235e6TfQM4h04s=";
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";