discord: 0.0.42 -> 0.0.43

This commit is contained in:
Artturin
2024-02-13 12:52:54 +00:00
parent 40a7b182e0
commit db424420d1
@@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.42";
stable = "0.0.43";
ptb = "0.0.67";
canary = "0.0.267";
development = "0.0.13";
@@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-7can15JhBc6OJAWZMk8uEdt/D1orCKG1MN1WBdTZrI0=";
hash = "sha256-DO8bS5luSKhKW6sJZhz4xVeIPexQVoaD4xYugHCN3uk=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";