about summary refs log tree commit diff
path: root/pkgs/by-name/di/discordchatexporter-cli/package.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 02:09:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 02:09:44 +0000
commit6d051c4cb52ac2d5e4c0c7d7b5447f58d212d12d (patch)
tree06fdb68a2cd6be44cc769d6772305a073a22596e /pkgs/by-name/di/discordchatexporter-cli/package.nix
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
discordchatexporter-cli: 2.42.8 -> 2.43
Diffstat (limited to 'pkgs/by-name/di/discordchatexporter-cli/package.nix')
-rw-r--r--pkgs/by-name/di/discordchatexporter-cli/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/di/discordchatexporter-cli/package.nix b/pkgs/by-name/di/discordchatexporter-cli/package.nix
index 9f3d709fd1663..ed6f4e836aa3b 100644
--- a/pkgs/by-name/di/discordchatexporter-cli/package.nix
+++ b/pkgs/by-name/di/discordchatexporter-cli/package.nix
@@ -8,13 +8,13 @@
 
 buildDotnetModule rec {
   pname = "discordchatexporter-cli";
-  version = "2.42.8";
+  version = "2.43";
 
   src = fetchFromGitHub {
     owner = "tyrrrz";
     repo = "discordchatexporter";
     rev = version;
-    hash = "sha256-54NTeIs0a8hd2xKQkAxwfyGwEPUlSSXXvDamGLfa9ls=";
+    hash = "sha256-FbZ2Kt5lKTINpj0EsJGXWY1aK0qitks16GClBWa/iQ4=";
   };
 
   projectFile = "DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj";