2495e3f88b
GitOrigin-RevId: 78cd22c1b8604de423546cd49bfe264b786eca13
8 lines
170 B
Nix
8 lines
170 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "nitely";
|
|
repo = "nim-regex";
|
|
rev = "eeefb4f";
|
|
sha256 = "13gn0qhnxz07474kv94br5qlac9j8pz2555fk83538fiq83vgbm5";
|
|
}
|