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:39:08 +0100
committerYuriy Taraday <yuriy.taraday@tweag.io>2023-12-11 15:45:09 +0100
commitee0d586f8c8b4e67a4135ffd49e8e29c13286f6d (patch)
treea33ad155aff5d180996a713bbd43472686ae09e1 /pkgs/applications/networking/instant-messengers/discord
parent91976d3a92a6806a54b7e9779b52d40d76c83619 (diff)
discord-development: 0.0.0 -> 0.0.1
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 d2cb1c0422198..1e192d8d5acec 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -5,7 +5,7 @@ let
       stable = "0.0.37";
       ptb = "0.0.59";
       canary = "0.0.213";
-      development = "0.0.0";
+      development = "0.0.1";
     } else {
       stable = "0.0.284";
       ptb = "0.0.87";
@@ -29,7 +29,7 @@ let
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
-        hash = "sha256-/+9NyreRkXu2++uhwCh3/C1Cos39hfzB0Yjf0Otg9pk=";
+        hash = "sha256-unzPakomF2hmiikrNfnOueBdcuZCz2z3oCA7Djn6OmY=";
       };
     };
     x86_64-darwin = {