mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #269405 from ufUNnxagpM/init-majima
majima: init at 0.4.0
This commit is contained in:
commit
c2273e116f
@ -18808,6 +18808,11 @@
|
||||
githubId = 347983;
|
||||
name = "Udo Spallek";
|
||||
};
|
||||
ufUNnxagpM = {
|
||||
github = "ufUNnxagpM";
|
||||
githubId = 12422133;
|
||||
name = "Chromo-residuum-opec";
|
||||
};
|
||||
ulrikstrid = {
|
||||
email = "ulrik.strid@outlook.com";
|
||||
github = "ulrikstrid";
|
||||
|
22
pkgs/by-name/ma/majima/package.nix
Normal file
22
pkgs/by-name/ma/majima/package.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ lib, fetchFromGitLab, rustPlatform }:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "majima";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gumball-overall";
|
||||
repo = "majima";
|
||||
rev = version;
|
||||
hash = "sha256-S62DQfvZFg8C26YG+fIVJj5cJ6mz73JXSgdu5yoK0Yo=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-zMQO6McnnGbp52A9n/h6yZTU9VH7vak2TSP0HLqDlKw=";
|
||||
|
||||
meta = {
|
||||
description = "Generate random usernames quickly and in various formats";
|
||||
homepage = "https://majima.matte.fyi/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ufUNnxagpM ];
|
||||
mainProgram = "majima";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user