Merge pull request #227468 from r-ryantm/auto-update/discord-canary

This commit is contained in:
Artturi 2023-04-21 21:40:00 +03:00 committed by GitHub
commit 9399b3bd88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.26";
ptb = "0.0.41";
canary = "0.0.150";
canary = "0.0.151";
} else {
stable = "0.0.273";
ptb = "0.0.59";
@ -22,7 +22,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-8huDp1u0t9/kZbeB7bPqQUw8+HQ6rIyzKYUVN02gQfo=";
sha256 = "sha256-ZN+lEGtSajgYsyMoGRmyTZCpUGVmb9LKgVv89NA4m7U=";
};
};
x86_64-darwin = {