mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
8 lines
138 B
Nix
8 lines
138 B
Nix
{ fetchNimble }:
|
|
|
|
fetchNimble {
|
|
pname = "vmath";
|
|
version = "1.0.3";
|
|
hash = "sha256-zzSKXjuTZ46HTFUs0N47mxEKTKIdS3dwr+60sQYSdn0=";
|
|
}
|