Skip to content

Commit 94f3141

Browse files
committed
discord: 0.0.29 -> 0.0.30
1 parent 5cdf5bd commit 94f3141

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/instant-messengers/discord

pkgs/applications/networking/instant-messengers/discord/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ branch ? "stable", callPackage, fetchurl, lib, stdenv }:
22
let
33
versions = if stdenv.isLinux then {
4-
stable = "0.0.29";
4+
stable = "0.0.30";
55
ptb = "0.0.46";
66
canary = "0.0.167";
77
development = "0.0.232";
@@ -16,7 +16,7 @@ let
1616
x86_64-linux = {
1717
stable = fetchurl {
1818
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
19-
sha256 = "sha256-3vjOvkqMD7qKX2zRUbKrw5gHtE/v8WfH557rtagWIWc=";
19+
sha256 = "sha256-eCfF7zC9JM/y14ovSJxMIvLY+IGv0Jvzn7MVgueltNs=";
2020
};
2121
ptb = fetchurl {
2222
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";

0 commit comments

Comments
 (0)