Merge pull request #333901 from r-ryantm/auto-update/blightmud-tts

blightmud-tts: 5.3.0 -> 5.3.1
This commit is contained in:
Nick Cao 2024-08-11 11:16:36 -04:00 committed by GitHub
commit bd17d739a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,16 +15,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "blightmud";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-e9Uo0IJYL9/6/nNL27zfUYnsTwDaOJOcR2CY6t++jDE=";
hash = "sha256-9GUul5EoejcnCQqq1oX+seBtxttYIUhgcexaZk+7chk=";
};
cargoHash = "sha256-QSgTpmSojZrwZ0RsUL6c2xO310RZX3gkyGl6oNf6pYI=";
cargoHash = "sha256-84m5dihmiEGrFCajqaMW05MQtBceLodBzqtjW+zh6kg=";
buildFeatures = lib.optional withTTS "tts";