wire: 0.4.0 -> 0.5.0
This commit is contained in:
parent
50d34017c2
commit
60ce5e1e23
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "wire";
|
pname = "wire";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "wire";
|
repo = "wire";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fYXo/LnxKV/qoaP59XCyEtLLAysZm/WhRdm3RnLdvw=";
|
sha256 = "sha256-9xjymiyPFMKbysgZULmcBEMI26naUrLMgTA+d7Q+DA0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "ZFUX4LgPte6oAf94D82Man/P9VMpx+CDNCTMBwiy9Fc=";
|
vendorSha256 = "sha256-ZFUX4LgPte6oAf94D82Man/P9VMpx+CDNCTMBwiy9Fc=";
|
||||||
|
|
||||||
subPackages = [ "cmd/wire" ];
|
subPackages = [ "cmd/wire" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user