Merge pull request #133280 from r-ryantm/auto-update/discordchatexporter-cli

discordchatexporter-cli: 2.29 -> 2.30
This commit is contained in:
Artturi 2021-08-10 01:54:01 +03:00 committed by GitHub
commit 9257281a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -7,13 +7,13 @@ let
in
stdenv.mkDerivation rec {
pname = "discordchatexporter-cli";
version = "2.29";
version = "2.30";
src = fetchFromGitHub {
owner = "tyrrrz";
repo = "discordchatexporter";
rev = version;
sha256 = "0hbhDlGEK2rxuCByW8RaT/0vne8Z+q0ZobCkW1FBoG8=";
sha256 = "uTOeRsEab4vaAwtfysUTM3xFP5UMxpUQnuuU8hv3nk8=";
};
nativeBuildInputs = [ dotnet-sdk_5 dotnetPackages.Nuget cacert makeWrapper autoPatchelfHook ];

View File

@ -31,13 +31,13 @@
})
(fetchNuGet {
name = "MiniRazor.CodeGen";
version = "2.1.2";
sha256 = "0mg4zy4zq0ccrc9wchy796ln1znkmn3k1aax0kd2gha4fwa1d1fb";
version = "2.1.4";
sha256 = "1856hfw2wl3ilxmpg4jmwpigmq0rm50i9pmy3sq8f1xc8j44kzl2";
})
(fetchNuGet {
name = "MiniRazor.Runtime";
version = "2.1.2";
sha256 = "1a6cm7j1f5n1bfzhg8w60xwa7cps2i82418k57dm2hgqla6p3rsp";
version = "2.1.4";
sha256 = "1pc3kjbnz810a8bb94k6355rflmayigfmpfmc4jzzx6l6iavnnc4";
})
(fetchNuGet {
name = "Polly";