Unverified Commit 1e9fb0ba authored by Artturin's avatar Artturin Committed by GitHub
Browse files

discord: 0.0.65 -> 0.0.66 (#338269)

parents e051e0ff 507becef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
let
  versions =
    if stdenv.isLinux then {
      stable = "0.0.65";
      stable = "0.0.66";
      ptb = "0.0.101";
      canary = "0.0.475";
      development = "0.0.24";
@@ -17,7 +17,7 @@ let
    x86_64-linux = {
      stable = fetchurl {
        url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
        hash = "sha256-kzYLZcjuG7k8RSjc5ooDlMKaAlMHvm0yCl5Krnhqq8A=";
        hash = "sha256-tbpo1+fbziJk2JdaMyAW5Ynb0wuWkLdcDnzQbiZJ47A=";
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";