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

authored by Artturi and committed by GitHub 9030145e 802b7ac3

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 3 3 versions = if stdenv.isLinux then { 4 4 stable = "0.0.25"; 5 5 ptb = "0.0.39"; 6 - canary = "0.0.149"; 6 + canary = "0.0.150"; 7 7 } else { 8 8 stable = "0.0.264"; 9 9 ptb = "0.0.59"; ··· 22 22 }; 23 23 canary = fetchurl { 24 24 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; 25 - sha256 = "sha256-8DHr7adczIv9FXaxPxSfZPn+8ogWLWHRp9l0JpKhoiY="; 25 + sha256 = "sha256-8huDp1u0t9/kZbeB7bPqQUw8+HQ6rIyzKYUVN02gQfo="; 26 26 }; 27 27 }; 28 28 x86_64-darwin = {