go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -15,7 +15,7 @@ buildGoModule rec {
|
||||
sha256 = "1jak1bg6k5iasscw68ra875k59k3iqhka2ykabsd427k1j3mypln";
|
||||
};
|
||||
|
||||
modSha256 = "0v9lg5kq3776b2s4kgyi19jy8shjqrr0f5ljrchsj1k7867sxiw7";
|
||||
vendorSha256 = "1pwsc488ldw039by8nqpni801zry7dnf0rx4hhd73xpv2w7s8n2r";
|
||||
|
||||
meta = {
|
||||
description = "Tool to get list available Go packages.";
|
||||
@@ -23,4 +23,4 @@ buildGoModule rec {
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user