discord-canary: 0.0.142 -> 0.0.143

This commit is contained in:
R. Ryantm 2022-11-07 10:03:34 +00:00
parent 4f150a789f
commit 9185b136d3

View File

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then { versions = if stdenv.isLinux then {
stable = "0.0.21"; stable = "0.0.21";
ptb = "0.0.34"; ptb = "0.0.34";
canary = "0.0.142"; canary = "0.0.143";
} 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-/EWJC3hFIBqwHa9z4nMWR7CpoaqYY+pvw+1vcq4F0LU="; sha256 = "sha256-K+yyg9GTAvggfn4JQCTmq016tMyyzq+nD7aL3+bWFlo=";
}; };
}; };
x86_64-darwin = { x86_64-darwin = {