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

authored by

Artturi and committed by
GitHub
e2b5418c 55221eea

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 3 3 versions = if stdenv.isLinux then { 4 4 stable = "0.0.28"; 5 5 ptb = "0.0.44"; 6 - canary = "0.0.163"; 6 + canary = "0.0.166"; 7 7 development = "0.0.217"; 8 8 } else { 9 9 stable = "0.0.273"; ··· 24 24 }; 25 25 canary = fetchurl { 26 26 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; 27 - sha256 = "sha256-QLQCv3hlCNZ8Ii/+GWHAZs4enBh+gOUEt+wlrkUP91Q="; 27 + sha256 = "sha256-bUbJpaHUf0ALJ1+4ACcVz0kpZpoXi0S4QO5yLiUZSgs="; 28 28 }; 29 29 development = fetchurl { 30 30 url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";