Merge pull request #191383 from lilyritt/master

discord: 0.0.19 -> 0.0.20

authored by Artturi and committed by GitHub d31bacec 813b005f

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 1 { branch ? "stable", callPackage, fetchurl, lib, stdenv }: 2 let 3 versions = if stdenv.isLinux then { 4 - stable = "0.0.19"; 5 ptb = "0.0.29"; 6 canary = "0.0.139"; 7 } else { ··· 14 x86_64-linux = { 15 stable = fetchurl { 16 url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; 17 - sha256 = "GfSyddbGF8WA6JmHo4tUM27cyHV5kRAyrEiZe1jbA5A="; 18 }; 19 ptb = fetchurl { 20 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
··· 1 { branch ? "stable", callPackage, fetchurl, lib, stdenv }: 2 let 3 versions = if stdenv.isLinux then { 4 + stable = "0.0.20"; 5 ptb = "0.0.29"; 6 canary = "0.0.139"; 7 } else { ··· 14 x86_64-linux = { 15 stable = fetchurl { 16 url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; 17 + sha256 = "3f7yuxigEF3e8qhCetCHKBtV4XUHsx/iYiaCCXjspYw="; 18 }; 19 ptb = fetchurl { 20 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";