mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
8 lines
140 B
Nix
8 lines
140 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "nimsimd";
|
|
version = "1.0.0";
|
|
hash = "sha256-kp61fylAJ6MSN9hLYLi7CU2lxVR/lbrNCvZTe0LJLGo=";
|
|
}
|