mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
9 lines
170 B
Nix
9 lines
170 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "nitely";
|
|
repo = "nim-regex";
|
|
rev = "eeefb4f";
|
|
sha256 = "13gn0qhnxz07474kv94br5qlac9j8pz2555fk83538fiq83vgbm5";
|
|
}
|