gotools: 2018-09-11 -> 2019-02-11

This commit is contained in:
Roman Volosatovs 2019-02-12 16:21:17 +01:00
parent 53b7cf556e
commit 7482b48b7e
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
buildGoPackage rec {
name = "gotools-unstable-${version}";
version = "2018-09-11";
rev = "677d2ff680c188ddb7dcd2bfa6bc7d3f2f2f75b2";
version = "2019-02-11";
rev = "44bee7e801e4a70b5fc9a91ff23830ab4df55d5e";
goPackagePath = "golang.org/x/tools";
goPackageAliases = [ "code.google.com/p/go.tools" ];
@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit {
inherit rev;
url = "https://go.googlesource.com/tools";
sha256 = "0vp1w1haqcjd82dxd6x9xrllbfwvm957rxwkpji96cgvhsli2bq5";
sha256 = "1y0k6a6vphd01l2mzdm14aqax4qyslgcbyzl6zkbilj55hfp97y4";
};
goDeps = ./deps.nix;

View File

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "0ed95abb35c445290478a5348a7b38bb154135fd";
sha256 = "1v7yhcgqj0fy7rsliijw2iwmvyd85hqshrhh2n083x62kw9n9nsl";
rev = "65e2d4e15006aab9813ff8769e768bbf4bb667a0";
sha256 = "0aqcmh0sp723d6hwgrv7pnrs4crns2ngr4x43jd4v985cbn455x7";
};
}
]