discord: 0.0.21 -> 0.0.22

This commit is contained in:
Mustafa Çalışkan 2022-12-10 10:06:39 +03:00
parent 330368d9f7
commit 929ba985be
No known key found for this signature in database
GPG Key ID: 53E17A18229A0391

View File

@ -1,7 +1,7 @@
{ branch ? "stable", callPackage, fetchurl, lib, stdenv }:
let
versions = if stdenv.isLinux then {
stable = "0.0.21";
stable = "0.0.22";
ptb = "0.0.38";
canary = "0.0.144";
} else {
@ -14,7 +14,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
sha256 = "KDKUssPRrs/D10s5GhJ23hctatQmyqd27xS9nU7iNaM=";
sha256 = "sha256-F1xzdx4Em6Ref7HTe9EH7whx49iFc0DFpaQKdFquq6c=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";