mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
9 lines
211 B
Nix
9 lines
211 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "krux02";
|
|
repo = "ast-pattern-matching";
|
|
rev = "eb8b99d595517fd5d41ccc954edb896267f2db78";
|
|
hash = "sha256-wPIiFr8OfXM7Hyh5o2aQXnlgkqLf0FennN6zzVTGgY4=";
|
|
}
|