Skip to content

Commit

Permalink
discord: 0.0.3 -> 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Jan 9, 2018
1 parent aff2de4 commit 3ffb413
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,12 +7,12 @@
stdenv.mkDerivation rec {

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

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 3ffb413

Please sign in to comment.