Merge pull request #243802 from Kranzes/discord

discord: 0.0.27 -> 0.0.28

authored by Ilan Joselevich and committed by GitHub 58cfc749 75ae6a03

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 1 1 { branch ? "stable", callPackage, fetchurl, lib, stdenv }: 2 2 let 3 3 versions = if stdenv.isLinux then { 4 - stable = "0.0.27"; 4 + stable = "0.0.28"; 5 5 ptb = "0.0.44"; 6 6 canary = "0.0.162"; 7 7 development = "0.0.217"; ··· 16 16 x86_64-linux = { 17 17 stable = fetchurl { 18 18 url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; 19 - sha256 = "sha256-6fHaiPBcv7TQVh+TatIEYXZ/LwPmnCmU/QWXKFgUR7U="; 19 + sha256 = "sha256-JwxVVm/QIBLoVyQ2Ff/MX06UNgZ+dAsD960GsCg1M+U="; 20 20 }; 21 21 ptb = fetchurl { 22 22 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";