discord-canary: 0.0.149 -> 0.0.150

This commit is contained in:
R. Ryantm 2023-03-18 07:24:16 +00:00
parent c1329a147a
commit 8f6811433b

View File

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then { versions = if stdenv.isLinux then {
stable = "0.0.25"; stable = "0.0.25";
ptb = "0.0.39"; ptb = "0.0.39";
canary = "0.0.149"; canary = "0.0.150";
} else { } else {
stable = "0.0.264"; stable = "0.0.264";
ptb = "0.0.59"; ptb = "0.0.59";
@ -22,7 +22,7 @@ let
}; };
canary = fetchurl { canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-8DHr7adczIv9FXaxPxSfZPn+8ogWLWHRp9l0JpKhoiY="; sha256 = "sha256-8huDp1u0t9/kZbeB7bPqQUw8+HQ6rIyzKYUVN02gQfo=";
}; };
}; };
x86_64-darwin = { x86_64-darwin = {