about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-19 23:06:51 +0000
committerArtturin <Artturin@artturin.com>2023-10-20 02:15:48 +0300
commitecb7224d3f61ed82505fa1f8a7ba4a605e3f8e84 (patch)
treeb471d90985c65adf6c79fe94cb93b29d350de720 /pkgs/applications/networking/instant-messengers/discord
parent0338ede46d52180b79b9b5fa1cbaf8251dc82fb0 (diff)
discord-development: 0.0.234 -> 0.0.1
looks like a downgrade but

discord-development-0.0.1.tar.gz: gzip compressed data, last modified: Tue Oct 17 00:03:33 2023
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 aa73d8bd468bd..6a907c4cd9227 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@ let
     stable = "0.0.32";
     ptb = "0.0.51";
     canary = "0.0.171";
-    development = "0.0.234";
+    development = "0.0.1";
   } else {
     stable = "0.0.280";
     ptb = "0.0.80";
@@ -28,7 +28,7 @@ let
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
-        hash = "sha256-R5UwgpXgb32mEohTzyRVXmumcgPl8UPan3UjmLFLxLo=";
+        hash = "sha256-ogLOZZ9pTXB01TqdnmdORIzZ8GbGzskUzbG4E68gZwY=";
       };
     };
     x86_64-darwin = {