lol

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

authored by

Artturi and committed by
GitHub
9d8ff7c2 e3f328b0

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 3 3 versions = if stdenv.isLinux then { 4 4 stable = "0.0.29"; 5 5 ptb = "0.0.46"; 6 - canary = "0.0.166"; 6 + canary = "0.0.167"; 7 7 development = "0.0.232"; 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-bUbJpaHUf0ALJ1+4ACcVz0kpZpoXi0S4QO5yLiUZSgs="; 27 + sha256 = "sha256-ua99w5pJz8UZldMvYLB7SkcgAG2hQBdorbnugvFDktE="; 28 28 }; 29 29 development = fetchurl { 30 30 url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";