lol

Merge pull request #193396 from r-ryantm/auto-update/millet

millet: 0.3.9 -> 0.3.10

authored by

Mario Rodas and committed by
GitHub
2cf6bd63 82cbb52e

+4 -3
+4 -3
pkgs/development/tools/millet/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "millet"; 5 - version = "0.3.9"; 5 + version = "0.3.11"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "azdavis"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-mG8vpcBcFACfVa8IFuax81pDeiloi0ustbAy6MOYpZs="; 11 + sha256 = "sha256-6xuqzeYTbBirkleyrza4y1i2m4sWhTHizq5BtAtoIHo="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-QoD5c2QZRKRO0gV+buvJN6d2RgfkA65AHibwJ4Kg/q8="; 14 + cargoSha256 = "sha256-DZCeEd/bg8/IlJ/3XgPc28tI8w8j/nH99Bj3HffuqtU="; 15 15 16 16 postPatch = '' 17 17 rm .cargo/config.toml ··· 27 27 changelog = "https://github.com/azdavis/millet/raw/v${version}/docs/changelog.md"; 28 28 license = [ licenses.mit /* or */ licenses.asl20 ]; 29 29 maintainers = with maintainers; [ marsam ]; 30 + mainProgram = "lang-srv"; 30 31 }; 31 32 }