about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-12-15 17:16:11 +0000
committerArtturin <Artturin@artturin.com>2023-12-15 23:42:27 +0200
commit40dfb15d154419bc6785a0551ae2240b67a63eac (patch)
treef2649624bf5bed4c7122feb9669ff1dc7ed347e4 /pkgs/applications/networking/instant-messengers
parentc97d23dd70c986bd1be16e843256d7c2c1c17d09 (diff)
discord-development: 0.0.10 -> 0.0.15
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 11d0dfc64d97b..4eb13cb3b943e 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -10,7 +10,7 @@ let
       stable = "0.0.289";
       ptb = "0.0.91";
       canary = "0.0.374";
-      development = "0.0.10";
+      development = "0.0.15";
     };
   version = versions.${branch};
   srcs = rec {
@@ -47,7 +47,7 @@ let
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
-        hash = "sha256-FoYRW5SaR/53yKs/T2XKVKQevA3MxMWAJFjixtwsEF4=";
+        hash = "sha256-Fxxrjkj3W1MagT4rCxVEtip1W9MImsdQOuHXKPKsEtM=";
       };
     };
     aarch64-darwin = x86_64-darwin;