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