Skip to content

Commit

Permalink
discord-canary: 0.0.160 -> 0.0.161
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 24, 2023
1 parent 998b322 commit eb3fb75
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.27";
ptb = "0.0.42";
canary = "0.0.160";
canary = "0.0.161";
development = "0.0.216";
} else {
stable = "0.0.273";
Expand All @@ -24,7 +24,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-fsltWhCQ/jSxdELngRlpOsdH7gXl1WW5euZsrEQgkm0=";
sha256 = "sha256-jX7+tDACTzDqDIzL2VuQPHcdMBth6wbHJ4zfVJJmJ68=";
};
development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
Expand Down

0 comments on commit eb3fb75

Please sign in to comment.