Merge pull request #159112 from wackbyte/discord-canary-0.0.133

This commit is contained in:
Artturi 2022-02-12 19:18:17 +02:00 committed by GitHub
commit f07bc4063b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.16";
ptb = "0.0.27";
canary = "0.0.132";
canary = "0.0.133";
} else {
stable = "0.0.264";
ptb = "0.0.59";
canary = "0.0.280";
canary = "0.0.283";
};
version = versions.${branch};
srcs = let
@ -31,7 +31,7 @@ let
canary = fetchurl {
url =
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "1jjbd9qllgcdpnfxg5alxpwl050vzg13rh17n638wha0vv4mjhyv";
sha256 = "0wx8wkgkzvw9094baa3dni834l0n4p6ih024bj1851sgwwnidb0a";
};
};
x86_64-darwin = {
@ -43,7 +43,7 @@ let
canary = fetchurl {
url =
"https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
sha256 = "0ccchsywry68vv81pqzzxmh1r19lnvxr429iwvgfr9y82lyjvz06";
sha256 = "0mqpk1szp46mih95x42ld32rrspc6jx1j7qdaxf01whzb3d4pi9l";
};
};
# Only PTB bundles a MachO Universal binary with ARM support.