Skip to content

Commit

Permalink
discord-canary: 0.0.149 -> 0.0.150
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 18, 2023
1 parent c1329a1 commit 8f68114
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 8f68114

Please sign in to comment.