mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
8 lines
139 B
Nix
8 lines
139 B
Nix
|
{ fetchNimble }:
|
||
|
|
||
|
fetchNimble {
|
||
|
pname = "chroma";
|
||
|
version = "0.2.5";
|
||
|
hash = "sha256-6lNHpO2aMorgkaPfo6kRcOs9r5R6T/kislVmkeoulw8=";
|
||
|
}
|