go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-05-14 07:22:21 +01:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ buildGoModule rec {
goPackagePath = "github.com/SrKomodo/shadowfox-updater";
modSha256 = "0hcc87mzacqwbw10l49kx0sxl4mivdr88c40wh6hdfvrbam2w86r";
vendorSha256 = "06ar9ivry9b01609izjbl6hqgg0cy7aqd8n2cqpyq0g7my0l0lbj";
buildFlags = [ "--tags" "release" ];
@@ -27,4 +27,4 @@ buildGoModule rec {
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ];
};
}
}