7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-+UibbVz5CTisKMms/5VXGe39FYr56qzaEtX4TWQPkjk=";
18 cargoHash = "sha256-/SUbmgdCy+3qpmu+cpNV+D/39jZ4jOzxgXegCHk9pHc=";
21 description = "Material you color generation tool";
22 homepage = "https://github.com/InioX/matugen";
23 changelog = "https://github.com/InioX/matugen/blob/${src.rev}/CHANGELOG.md";
24 license = lib.licenses.gpl2Only;
25 maintainers = with lib.maintainers; [ lampros ];
26 mainProgram = "matugen";