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

discord: various updates (#338785)

* discord-development: 0.0.24 -> 0.0.25

* discord-canary: 0.0.475 -> 0.0.479

* pkgsCross.aarch64-darwin.discord: 0.0.316 -> 0.0.317

* pkgsCross.aarch64-darwin.discord-ptb: 0.0.130 -> 0.0.131

* pkgsCross.aarch64-darwin.discord-development: 0.0.46 -> 0.0.47

* pkgsCross.aarch64-darwin.discord-canary: 0.0.583 -> 0.0.587
parent 5c40feae
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ let
    if stdenv.isLinux then {
      stable = "0.0.66";
      ptb = "0.0.101";
      canary = "0.0.475";
      development = "0.0.24";
      canary = "0.0.479";
      development = "0.0.25";
    } else {
      stable = "0.0.316";
      ptb = "0.0.130";
      canary = "0.0.583";
      development = "0.0.46";
      stable = "0.0.317";
      ptb = "0.0.131";
      canary = "0.0.587";
      development = "0.0.47";
    };
  version = versions.${branch};
  srcs = rec {
@@ -25,29 +25,29 @@ let
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
        hash = "sha256-suVIDCZhI6DwUVizBmTm104Clr6pH/olAIbOMNzFNss=";
        hash = "sha256-mirioiRpwQB07sL1avGYk2+Cnmdw7PW808AAA6p2Y0U=";
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
        hash = "sha256-rSlGL2BwtUxLJltSD2Ms94qmZ4kuX5i9jFqyYC30jyQ=";
        hash = "sha256-9dwZ89YOs2iNOeoVrGfNHwr4mvfXmPk1SrJYoteYakY=";
      };
    };
    x86_64-darwin = {
      stable = fetchurl {
        url = "https://dl.discordapp.net/apps/osx/${version}/Discord.dmg";
        hash = "sha256-ZJ2ybvKGGCm8CZhwGxmLXZWNUD1eAyg17zD/sBwViB4=";
        hash = "sha256-SX6a2qPSFURL00dMLrHSI4+964Xc76ada4PUMlG1V9U=";
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
        hash = "sha256-mLfeMx5dQNpoLUyoOSCj8XtNxWjsBpVWdFv1obtHJak=";
        hash = "sha256-/wuYPjGh/RJZSDeo8r78YEbCYj+qZWTaIDIfKuSH+r0=";
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
        hash = "sha256-eIjkXOW07sR26iBttT0mGDxNnpLFKlVJtzSAtFcicBg=";
        hash = "sha256-6m6wmGzVOEY2oVAHsSMsAtgQK5zqC0D7U3s28pcH0ss=";
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
        hash = "sha256-nMihtf/xLIxwqAVrF1BSRewdS2WThx0LZ5HZUI+OzM0=";
        hash = "sha256-mgVCuTE2zYFRUW6Ukw7mUmPnOR4g/QUFYlWI3bux0es=";
      };
    };
    aarch64-darwin = x86_64-darwin;