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

Merge pull request #255218 from r-ryantm/auto-update/discord-ptb

parents 0262c0eb 97b7acee
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.29";
    ptb = "0.0.45";
    ptb = "0.0.46";
    canary = "0.0.166";
    development = "0.0.232";
  } else {
@@ -20,7 +20,7 @@ let
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        sha256 = "cN70ZYl9hxWU5FSCpDbpOuR2Wsz6XtPSDoXOTvcCe7g=";
        sha256 = "omPqp8iyQpp5UxoOlp0+iaQG6yuKVVGaYhl7I643dqQ=";
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";