Merge pull request #258213 from cpu/cpu-blightmud-5.3.0

blightmud: 5.2.0 -> 5.3.0

authored by Weijia Wang and committed by GitHub 5f3454ba 9ef1a76f

+4 -3
+4 -3
pkgs/games/blightmud/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "blightmud"; 14 - version = "5.2.0"; 14 + version = "5.3.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = pname; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-sLqkDuohCgHJTMte1WIa2Yu43oWXVvnIpeiDBoQpKY8="; 20 + sha256 = "sha256-e9Uo0IJYL9/6/nNL27zfUYnsTwDaOJOcR2CY6t++jDE="; 21 21 }; 22 22 23 - cargoHash = "sha256-ffADKoMysYY2vwX3asHnjR2EiND4RJsf/W334PWvkGs="; 23 + cargoHash = "sha256-QSgTpmSojZrwZ0RsUL6c2xO310RZX3gkyGl6oNf6pYI="; 24 24 25 25 buildFeatures = lib.optional withTTS "tts"; 26 26 ··· 43 43 "test_lua_script" 44 44 "timer_test" 45 45 "validate_assertion_fail" 46 + "regex_smoke_test" 46 47 ]; 47 48 skipFlag = test: "--skip " + test; 48 49 in