about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:36:30 +0100
committerYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:45:09 +0100
commitfdb90f8daf5aa2638f54edf75c9425f51c602f28 (patch)
treeb10730f2ec07616035601e238f91703aa805eea0 /pkgs/applications/networking/instant-messengers/discord
parent853559a0412a5862520aa199bd27f62f2cb0c121 (diff)
discord: 0.0.35 -> 0.0.37
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix25
1 files changed, 13 insertions, 12 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 6a5cdfd152de0..0ab2012edee5b 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -1,22 +1,23 @@
 { branch ? "stable", callPackage, fetchurl, lib, stdenv }:
 let
-  versions = if stdenv.isLinux then {
-    stable = "0.0.35";
-    ptb = "0.0.56";
-    canary = "0.0.184";
-    development = "0.0.0";
-  } else {
-    stable = "0.0.284";
-    ptb = "0.0.87";
-    canary = "0.0.340";
-    development = "0.0.2";
-  };
+  versions =
+    if stdenv.isLinux then {
+      stable = "0.0.37";
+      ptb = "0.0.56";
+      canary = "0.0.184";
+      development = "0.0.0";
+    } else {
+      stable = "0.0.284";
+      ptb = "0.0.87";
+      canary = "0.0.340";
+      development = "0.0.2";
+    };
   version = versions.${branch};
   srcs = rec {
     x86_64-linux = {
       stable = fetchurl {
         url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
-        hash = "sha256-VcSRV9LDiUXduRt20kVeAnwinl6FmACQgn//W6eFyys=";
+        hash = "sha256-uyflZ1Zks7M1Re6DxuNUAkIuPY4wFSydf2AGMtIube8=";
       };
       ptb = fetchurl {
         url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";