about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2016-10-23 02:17:38 +0200
committerTor Hedin Brønner <torhedinbronner@gmail.com>2016-10-23 02:17:38 +0200
commitbb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c (patch)
tree8911c6ca3bf1ad7647a7b4af50c58a1fedb7a3cd /pkgs/applications/networking/instant-messengers/discord
parent8022a0759e1adf601d70f7ed80a821803130f4d7 (diff)
downloadnixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar.gz
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar.bz2
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar.lz
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar.xz
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.tar.zst
nixlib-bb550ace5cf18dc2b8f368f8f634eb3d5fca5e3c.zip
discord: 0.0.8 -> 0.0.9
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 8506b5f138b0..3a08cd262924 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@
 , libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, nspr, nss, pango
 , systemd, libXScrnSaver }:
 
-let version = "0.0.8"; in
+let version = "0.0.9"; in
 
 stdenv.mkDerivation {
 
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
 
     src = fetchurl {
         url = "https://cdn-canary.discordapp.com/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        sha256 = "1g48jxiswpfvbgjs4dyywmzj9kncvrgpajhixk3acizdmfmsyqkk";
+        sha256 = "72f692cea62b836220f40d81d110846f9cde9a0fba7a8d47226d89e0980255b9";
     };
 
     libPath = stdenv.lib.makeLibraryPath [