summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-08 06:14:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-08 06:14:28 +0000
commitb4e772180b213da361200b33142087ae79ea9799 (patch)
treecb1c8b29d2bfa0aeb3697f19619f79f3e6ce104a
parent5103716b448a737cdfaae50382c53834026ab670 (diff)
downloadnixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar.gz
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar.bz2
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar.lz
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar.xz
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.tar.zst
nixpkgs-b4e772180b213da361200b33142087ae79ea9799.zip
discordchatexporter-cli: 2.41.1 -> 2.41.2
-rw-r--r--pkgs/tools/backup/discordchatexporter-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/discordchatexporter-cli/default.nix b/pkgs/tools/backup/discordchatexporter-cli/default.nix
index aca75eab7c4..518113e0b21 100644
--- a/pkgs/tools/backup/discordchatexporter-cli/default.nix
+++ b/pkgs/tools/backup/discordchatexporter-cli/default.nix
@@ -8,13 +8,13 @@
 
 buildDotnetModule rec {
   pname = "discordchatexporter-cli";
-  version = "2.41.1";
+  version = "2.41.2";
 
   src = fetchFromGitHub {
     owner = "tyrrrz";
     repo = "discordchatexporter";
     rev = version;
-    hash = "sha256-69Q08KSV77rOHLryG3T4R7bqrl5ypQS0i8sbsP//OUw=";
+    hash = "sha256-8ETEIZXIo7Tx6Vb9Id/E/8IklpcvO9OpcrYD+mHRX3o=";
   };
 
   projectFile = "DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj";