Unverified Commit d935c9c6 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

discord-canary: 0.0.453 -> 0.0.455
parents 7545a6c6 700c6950
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.60";
      ptb = "0.0.95";
      canary = "0.0.453";
      canary = "0.0.455";
      development = "0.0.23";
    } else {
      stable = "0.0.311";
@@ -25,7 +25,7 @@ let
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
        hash = "sha256-yEU/3PfS1uQklVVcO7p/xAJTM3RPz88bSxMIajeDTUM=";
        hash = "sha256-SDw0LaRIOq/sd7Qz9XZMikuMkau/lFrCtKv6MBvhzWs=";
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";