9 lines
170 B
Nix
9 lines
170 B
Nix
|
{ fetchFromGitHub }:
|
||
|
|
||
|
fetchFromGitHub {
|
||
|
owner = "nitely";
|
||
|
repo = "nim-regex";
|
||
|
rev = "2e32fdc";
|
||
|
sha256 = "1hrl40mwql7nh4wc7sdhmk8bj5728b93v5a93j49v660l0rn4qx8";
|
||
|
}
|