mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
discord-ptb: 0.0.64 -> 0.0.66
This commit is contained in:
parent
7e7d3b9a9d
commit
5a4b405809
@ -3,7 +3,7 @@ let
|
|||||||
versions =
|
versions =
|
||||||
if stdenv.isLinux then {
|
if stdenv.isLinux then {
|
||||||
stable = "0.0.41";
|
stable = "0.0.41";
|
||||||
ptb = "0.0.64";
|
ptb = "0.0.66";
|
||||||
canary = "0.0.248";
|
canary = "0.0.248";
|
||||||
development = "0.0.8";
|
development = "0.0.8";
|
||||||
} 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-loA/RdT6Y5c6Upius+vO/383FrutsJEYS/1uiR0gfqo=";
|
hash = "sha256-3ocygqp8eiF3n/BVlTp1T1CRsGj56MGp1yPsvBE7/H4=";
|
||||||
};
|
};
|
||||||
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