Skip to content

Commit

Permalink
Merge pull request #221787 from r-ryantm/auto-update/discord-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Mar 20, 2023
2 parents 802b7ac + 8f68114 commit 9030145
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.25";
ptb = "0.0.39";
canary = "0.0.149";
canary = "0.0.150";
} else {
stable = "0.0.264";
ptb = "0.0.59";
Expand All @@ -22,7 +22,7 @@ let
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "sha256-8DHr7adczIv9FXaxPxSfZPn+8ogWLWHRp9l0JpKhoiY=";
sha256 = "sha256-8huDp1u0t9/kZbeB7bPqQUw8+HQ6rIyzKYUVN02gQfo=";
};
};
x86_64-darwin = {
Expand Down

0 comments on commit 9030145

Please sign in to comment.