Commit 97b7acee authored by R. RyanTM's avatar R. RyanTM
Browse files

discord-ptb: 0.0.45 -> 0.0.46

parent 08f615eb
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";