mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
8 lines
138 B
Nix
8 lines
138 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "zippy";
|
|
version = "0.5.6";
|
|
hash = "sha256-axp4t9+8TFSpvnATlRKZyuOGLA0e/XKfvrVSwreXpC4=";
|
|
}
|