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.7 -> 0.0.8
Browse files Browse the repository at this point in the history
also fixes evaluation on release-18.09
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Jan 16, 2019
1 parent 052db93 commit d5d5453
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,12 +7,12 @@
stdenv.mkDerivation rec {

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

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit d5d5453

Please sign in to comment.