mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
9 lines
173 B
Nix
9 lines
173 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "nitely";
|
|
repo = "nim-unicodedb";
|
|
rev = "v0.9.0";
|
|
sha256 = "06j8d0bjbpv1iibqlmrac4qb61ggv17hvh6nv4pbccqk1rlpxhsq";
|
|
}
|