discord-ptb: 0.0.20 -> 0.0.21

(cherry picked from commit 76ee4f6dbc)
This commit is contained in:
Jonathan Ringer
2020-08-06 12:02:07 -07:00
committed by Jon
parent 8bb823f261
commit 2afca2f9f2

View File

@@ -17,10 +17,10 @@ in {
pname = "discord-ptb";
binaryName = "DiscordPTB";
desktopName = "Discord PTB";
version = "0.0.18";
version = "0.0.21";
src = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
sha256 = "1v9xph7shpmabwysbc08qqlkydzgsir8rwarrjf01xmpcpyia17g";
sha256 = "1i164wpi07d45w19i7l5hs47crc29k3plg4y9kc97x75rhh4xym1";
};
};
canary = callPackage ./base.nix rec {