Unverified Commit e2b5418c authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #250579 from r-ryantm/auto-update/discord-canary

parents 55221eea f86455d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ let
  versions = if stdenv.isLinux then {
    stable = "0.0.28";
    ptb = "0.0.44";
    canary = "0.0.163";
    canary = "0.0.166";
    development = "0.0.217";
  } else {
    stable = "0.0.273";
@@ -24,7 +24,7 @@ let
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
        sha256 = "sha256-QLQCv3hlCNZ8Ii/+GWHAZs4enBh+gOUEt+wlrkUP91Q=";
        sha256 = "sha256-bUbJpaHUf0ALJ1+4ACcVz0kpZpoXi0S4QO5yLiUZSgs=";
      };
      development = fetchurl {
        url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";