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

Merge pull request #330258 from r-ryantm/auto-update/discord-development

discord-development: 0.0.23 -> 0.0.24
parents d5683f02 a3910735
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 = {