8 lines
140 B
Nix
8 lines
140 B
Nix
|
{ fetchNimble }:
|
||
|
|
||
|
fetchNimble {
|
||
|
pname = "nimsimd";
|
||
|
version = "1.0.0";
|
||
|
hash = "sha256-kp61fylAJ6MSN9hLYLi7CU2lxVR/lbrNCvZTe0LJLGo=";
|
||
|
}
|