Skip to content

Commit

Permalink
discord: 0.0.8 -> 0.0.9
Browse files Browse the repository at this point in the history
(cherry picked from commit 24c02a0)
  • Loading branch information
ar1a authored and worldofpeace committed Mar 12, 2019
1 parent 3c037fe commit 5d972dd
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -5,14 +5,14 @@
, pango, systemd, libXScrnSaver, libcxx, libpulseaudio }:

stdenv.mkDerivation rec {

pname = "discord";
version = "0.0.8";
version = "0.0.9";

name = "${pname}-${version}";

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

nativeBuildInputs = [ wrapGAppsHook ];
Expand Down

0 comments on commit 5d972dd

Please sign in to comment.