discord-canary: 0.0.146 -> 0.0.148

This commit is contained in:
R. Ryantm
2023-02-12 00:27:46 +00:00
committed by Florian Brandes
parent 9bb48e2059
commit b7347298eb

View File

@@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.24";
ptb = "0.0.38";
canary = "0.0.146";
canary = "0.0.148";
} else {
stable = "0.0.264";
ptb = "0.0.59";
@@ -22,7 +22,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-5GiG+RGqwHUdIeSVWpbaIw3sTuZbvIQeetXSEvSqTls=";
sha256 = "sha256-2ZrSDyPj3AHriCWZ/bb303H3J97TTun//WjmInNEmwk=";
};
};
x86_64-darwin = {