Skip to content

Commit

Permalink
Merge pull request NixOS#162648 from Artturin/discordupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Mar 3, 2022
2 parents adfbccf + d50924f commit 86a48d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
versions = if stdenv.isLinux then {
stable = "0.0.17";
ptb = "0.0.29";
canary = "0.0.133";
canary = "0.0.134";
} else {
stable = "0.0.264";
ptb = "0.0.59";
Expand All @@ -31,7 +31,7 @@ let
canary = fetchurl {
url =
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "0wx8wkgkzvw9094baa3dni834l0n4p6ih024bj1851sgwwnidb0a";
sha256 = "sha256-HyJa6lGcKMPKWffO/pnNcn8fDTJj6O4J8Y5RA23a1kM=";
};
};
x86_64-darwin = {
Expand Down

0 comments on commit 86a48d3

Please sign in to comment.