mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
discord-ptb: 0.0.66 -> 0.0.67
This commit is contained in:
parent
b2b2c22016
commit
af4faca291
@ -3,7 +3,7 @@ let
|
|||||||
versions =
|
versions =
|
||||||
if stdenv.isLinux then {
|
if stdenv.isLinux then {
|
||||||
stable = "0.0.42";
|
stable = "0.0.42";
|
||||||
ptb = "0.0.66";
|
ptb = "0.0.67";
|
||||||
canary = "0.0.267";
|
canary = "0.0.267";
|
||||||
development = "0.0.13";
|
development = "0.0.13";
|
||||||
} else {
|
} else {
|
||||||
@ -21,7 +21,7 @@ let
|
|||||||
};
|
};
|
||||||
ptb = fetchurl {
|
ptb = fetchurl {
|
||||||
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
||||||
hash = "sha256-3ocygqp8eiF3n/BVlTp1T1CRsGj56MGp1yPsvBE7/H4=";
|
hash = "sha256-LySb261stSdUWMfCZ6Ca/MZMhnJ+CEEKmm38cuD1k1s=";
|
||||||
};
|
};
|
||||||
canary = fetchurl {
|
canary = fetchurl {
|
||||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user