Skip to content

Commit

Permalink
discord: 0.0.2 -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Dec 14, 2017
1 parent 8a11e0d commit 768e88e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,12 +7,12 @@
stdenv.mkDerivation rec {

pname = "discord";
version = "0.0.2";
version = "0.0.3";
name = "${pname}-${version}";

src = fetchurl {
url = "https://cdn.discordapp.com/apps/linux/${version}/${pname}-${version}.tar.gz";
sha256 = "0sb7l0rrpqxzn4fndjr50r5xfiid1f81p22gda4mz943yv37mhfz";
sha256 = "1yxxy9q75zlgk1b4winw4zy9yxk5pn8x4camh52n6v3mw6gq0bfh";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 768e88e

Please sign in to comment.