Commit 700c6950 authored by R. RyanTM's avatar R. RyanTM
Browse files

discord-canary: 0.0.453 -> 0.0.455

parent 75fbe4cb
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";