914e0e594c
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
12 lines
298 B
Nix
12 lines
298 B
Nix
[
|
|
{
|
|
goPackagePath = "github.com/prometheus/client_golang";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://github.com/prometheus/client_golang";
|
|
rev = "6dbab8106ed3ed77359ac85d9cf08e30290df864";
|
|
sha256 = "1i3g5h2ncdb8b67742kfpid7d0a1jas1pyicglbglwngfmzhpkna";
|
|
};
|
|
}
|
|
]
|