Skip to content

Commit

Permalink
discord: 0.0.9 -> 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kraem authored and jonringer committed Feb 25, 2020
1 parent 7458509 commit 3ec9925
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,10 +7,10 @@ in {
pname = "discord";
binaryName = "Discord";
desktopName = "Discord";
version = "0.0.9";
version = "0.0.10";
src = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
sha256 = "1i0f8id10rh2fx381hx151qckvvh8hbznfsfav8w0dfbd1bransf";
sha256 = "0kx92i8naqr3algmyy3wyzbh8146z7gigxwf1nbpg1gl16wlplaq";
};
};
ptb = callPackage ./base.nix rec {
Expand Down

0 comments on commit 3ec9925

Please sign in to comment.