mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "flatty";
|
|
version = "0.2.1";
|
|
hash = "sha256-TqNnRh2+i6n98ktLRVQxt9CVw17FGLNYq29rJoMus/0=";
|
|
}
|