mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
8 lines
138 B
Nix
8 lines
138 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "bumpy";
|
|
version = "1.0.3";
|
|
hash = "sha256-mDmDlhOGoYYjKgF5j808oT2NqRlfcOdLSDE3WtdJFQ0=";
|
|
}
|