discord-development: 0.0.23 -> 0.0.24

This commit is contained in:
R. Ryantm 2024-07-26 20:10:09 +00:00
parent e97c8b67e3
commit a391073577

View File

@ -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 = {