go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user