Skip to content

Commit

Permalink
discord-canary: 0.0.171 -> 0.0.173
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Nov 1, 2023
1 parent fac16fb commit ccddeea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.32";
ptb = "0.0.51";
canary = "0.0.171";
canary = "0.0.173";
development = "0.0.1";
} else {
stable = "0.0.281";
Expand All @@ -24,7 +24,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-NcmV+DPI5hfNdBUgoaOLsjG32QfjF+x7f01B6PR10Vc=";
hash = "sha256-YFjGUAaZMy1JhtKhAqLbfYTKQSgS9TKWqR078cERNUI=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
Expand Down

0 comments on commit ccddeea

Please sign in to comment.