diff options
| author | Artturi <Artturin@artturin.com> | 2022-02-12 22:20:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-12 22:20:42 +0200 |
| commit | 34e7171c68142b9753c7c033dc3987102f13d37a (patch) | |
| tree | 77ae17381f1abce1679bb6d59399d47a2f68a79b | |
| parent | discord-ptb: 0.0.58 -> 0.0.59 (diff) | |
| parent | discord-canary: 0.0.280 -> 0.0.283 (darwin) (diff) | |
| download | nixpkgs-34e7171c68142b9753c7c033dc3987102f13d37a.tar.gz | |
Merge pull request #159632 from NixOS/backport-159112-to-release-21.11
[Backport release-21.11] discord-canary: 0.0.132 -> 0.0.133
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/discord/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index 0672cb72425e..83c137c960ad 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -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. |
