8 lines
139 B
Nix
8 lines
139 B
Nix
|
{ fetchNimble }:
|
||
|
|
||
|
fetchNimble {
|
||
|
pname = "flatty";
|
||
|
version = "0.2.1";
|
||
|
hash = "sha256-TqNnRh2+i6n98ktLRVQxt9CVw17FGLNYq29rJoMus/0=";
|
||
|
}
|