Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
discord: 0.0.8 -> 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ar1a authored and worldofpeace committed Mar 12, 2019
1 parent ea0e914 commit 24c02a0
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -7,12 +7,11 @@
stdenv.mkDerivation rec {

pname = "discord";
version = "0.0.8";
name = "${pname}-${version}";
version = "0.0.9";

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 24c02a0

Please sign in to comment.