mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "flatty";
|
|
version = "0.2.1";
|
|
hash = "sha256-TqNnRh2+i6n98ktLRVQxt9CVw17FGLNYq29rJoMus/0=";
|
|
}
|