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

discord-development: 0.0.11 -> 0.0.13
This commit is contained in:
Artturi 2024-02-08 21:23:38 +02:00 committed by GitHub
commit 8bab381a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ let
stable = "0.0.42";
ptb = "0.0.66";
canary = "0.0.267";
development = "0.0.11";
development = "0.0.13";
} else {
stable = "0.0.292";
ptb = "0.0.96";
@ -29,7 +29,7 @@ let
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
hash = "sha256-bN77yfmz/W3ohSKHV4pwnKEET6yi3p29ZfqH1BvFqXs=";
hash = "sha256-/vYi82c9ef83MSBtmnZRGEgTNTOj/01zRUbvBWR0ayo=";
};
};
x86_64-darwin = {