forked from mirrors/nixpkgs
blightmud: 3.6.2 -> 4.0.0
Updates blightmud derivation to v4.0.0. See the upstream project[0] for full release notes. [0]: https://github.com/Blightmud/Blightmud/releases/tag/v4.0.0
This commit is contained in:
parent
c881fdb059
commit
9d9d2f76c4
|
@ -3,16 +3,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "blightmud";
|
pname = "blightmud";
|
||||||
version = "3.6.2";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0TFJjOuaixBqpo6gHJynIbVHvI+PxRhwdubIXDcR098=";
|
sha256 = "sha256-80uTwbZjXoQnfP0VWM/CnvaHyRsPA1puASJwBm3GqJk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-jTyXoEC/QBeVbAnv2BspflGP1jA9qH+NPrRAx3x2kEg=";
|
cargoSha256 = "sha256-uXr/5G0TH3EKqPwUKTwOguBExBEYB1D3/hr8nzOwCcM=";
|
||||||
|
|
||||||
buildFeatures = lib.optional withTTS "tts";
|
buildFeatures = lib.optional withTTS "tts";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue