Merge pull request #329692 from NixOS/backport-329621-to-release-24.05

[Backport release-24.05] discord-canary: 0.0.453 -> 0.0.455
This commit is contained in:
Johannes Jöns 2024-07-24 16:24:48 +00:00 committed by GitHub
commit 2e19d60f8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.60";
ptb = "0.0.95";
canary = "0.0.453";
canary = "0.0.455";
development = "0.0.23";
} else {
stable = "0.0.311";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-yEU/3PfS1uQklVVcO7p/xAJTM3RPz88bSxMIajeDTUM=";
hash = "sha256-SDw0LaRIOq/sd7Qz9XZMikuMkau/lFrCtKv6MBvhzWs=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";