go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "17p7khfiv5aflpl4imbqp8v7gignd6v6a7g80xlnzgix5ismh84l";
|
||||
};
|
||||
|
||||
modSha256 = "1sdjzj52gkqk51ml29hijzv64clmi38km5z7j7paf28dla2brfxq";
|
||||
vendorSha256 = "1vhd3s6yxfhirgipxcy0rh8sk55cdzirr8n8r31sijgyak92mq0l";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Byzantine-Fault Tolerant State Machines. Or Blockchain, for short.";
|
||||
@@ -20,4 +20,4 @@ buildGoModule rec {
|
||||
maintainers = with maintainers; [ alexfmpe ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user