12 lines
267 B
Nix
12 lines
267 B
Nix
|
[
|
||
|
{
|
||
|
goPackagePath = "golang.org/x/net";
|
||
|
fetch = {
|
||
|
type = "git";
|
||
|
url = "https://go.googlesource.com/net";
|
||
|
rev = "07b51741c1d6423d4a6abab1c49940ec09cb1aaf";
|
||
|
sha256 = "12lvdj0k2gww4hw5f79qb9yswqpy4i3bgv1likmf3mllgdxfm20w";
|
||
|
};
|
||
|
}
|
||
|
]
|