pkgsCross.aarch64-darwin.discord-ptb: 0.0.96 -> 0.0.97

This commit is contained in:
Artturin 2024-02-13 12:54:19 +00:00
parent 366fec3e8f
commit d35ba47687

View File

@ -8,7 +8,7 @@ let
development = "0.0.13"; development = "0.0.13";
} else { } else {
stable = "0.0.294"; stable = "0.0.294";
ptb = "0.0.96"; ptb = "0.0.97";
canary = "0.0.401"; canary = "0.0.401";
development = "0.0.27"; development = "0.0.27";
}; };
@ -39,7 +39,7 @@ let
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
hash = "sha256-dG0Wcx8X2+kzrpacFZmMCXfLsuLOLbDK4qVLAMzd4RA="; hash = "sha256-nONU9TZAWtxqh5PpvgsvaEHESOKhMYGTe184EgCNxHQ=";
}; };
canary = fetchurl { canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";