discord-canary: 0.0.257 -> 0.0.265

This commit is contained in:
R. Ryantm 2024-01-31 22:07:42 +00:00
parent 0b8f8e0cd9
commit 0a6443c7ec

View File

@ -4,7 +4,7 @@ let
if stdenv.isLinux then {
stable = "0.0.41";
ptb = "0.0.66";
canary = "0.0.257";
canary = "0.0.265";
development = "0.0.11";
} else {
stable = "0.0.292";
@ -25,7 +25,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-2AUCTWKEB4cy2tFfnJMn8Ywz1B8a3H6yhkVIcB0fLME=";
hash = "sha256-uIo12mTFyvCyxazquLu2YlAbCqzQSBIY6O5AmC9hMpE=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";