mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
uwu-colors: init at 0.4.0
This commit is contained in:
parent
7c2f22b376
commit
90b17462ed
1 changed files with 28 additions and 0 deletions
28
pkgs/by-name/uw/uwu-colors/package.nix
Normal file
28
pkgs/by-name/uw/uwu-colors/package.nix
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
fetchFromGitea,
|
||||||
|
rustPlatform,
|
||||||
|
}:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
|
pname = "uwu-colors";
|
||||||
|
version = "0.4.0";
|
||||||
|
|
||||||
|
src = fetchFromGitea {
|
||||||
|
domain = "codeberg.org";
|
||||||
|
owner = "q60";
|
||||||
|
repo = "uwu_colors";
|
||||||
|
tag = finalAttrs.version;
|
||||||
|
hash = "sha256-qzqfLTww0m1rv/7oJZrHMk63CtOk4RzY+Owx0oqlVzI=";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoHash = "sha256-R/IZUFr8Cir34c+C7Kq6FTFEERiInGMF8yFcC0uQ7Us=";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Simple LSP server made to display colors via textDocument/documentColor";
|
||||||
|
mainProgram = "uwu_colors";
|
||||||
|
homepage = "https://codeberg.org/q60/uwu_colors";
|
||||||
|
license = lib.licenses.unlicense;
|
||||||
|
maintainers = with lib.maintainers; [ vel ];
|
||||||
|
};
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue