Commit a3910735 authored by R. RyanTM's avatar R. RyanTM
Browse files

discord-development: 0.0.23 -> 0.0.24

parent e97c8b67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ let
      stable = "0.0.60";
      ptb = "0.0.95";
      canary = "0.0.455";
      development = "0.0.23";
      development = "0.0.24";
    } else {
      stable = "0.0.311";
      ptb = "0.0.124";
@@ -29,7 +29,7 @@ let
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
        hash = "sha256-dLHfiWih2e0pFVglQgViZ3As+fCPIfWHIgl5Nv34Iug=";
        hash = "sha256-rSlGL2BwtUxLJltSD2Ms94qmZ4kuX5i9jFqyYC30jyQ=";
      };
    };
    x86_64-darwin = {