discord: 0.0.13 -> 0.0.14
This commit is contained in:
parent
aeba3b9e54
commit
2db8c55de0
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ in {
|
|||
pname = "discord";
|
||||
binaryName = "Discord";
|
||||
desktopName = "Discord";
|
||||
version = "0.0.13";
|
||||
version = "0.0.14";
|
||||
src = fetchurl {
|
||||
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
|
||||
sha256 = "0d5z6cbj9dg3hjw84pyg75f8dwdvi2mqxb9ic8dfqzk064ssiv7y";
|
||||
sha256 = "1rq490fdl5pinhxk8lkfcfmfq7apj79jzf3m14yql1rc9gpilrf2";
|
||||
};
|
||||
};
|
||||
ptb = callPackage ./base.nix rec {
|
||||
|
|
Loading…
Reference in a new issue