Merge pull request #330405 from cafkafk/discord-stable-linux-0.0.61

discord-stable: 0.0.60 -> 0.0.61
This commit is contained in:
Johannes Jöns
2024-07-27 18:16:32 +02:00
committed by GitHub
@@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.60";
stable = "0.0.61";
ptb = "0.0.95";
canary = "0.0.455";
development = "0.0.24";
@@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-hu1+/z/ZtHoobjHF+pgNm040r4LQJUTnpZ06RNERFr8=";
hash = "sha256-jJapVZ67nqLSNhti7LkfsGNV3JzglZjQkHhTwJvPO98=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";