go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
modSha256 = "02c668bp1pfrd994lhg6z3hm1qg3530nk9aw1cahiwj549vxxfhm";
|
||||
vendorSha256 = "1276k2hpyr7bqp6hdi576xcdcd2c8vz100jpls663z7vb2rbpvxf";
|
||||
|
||||
postInstall = ''
|
||||
ln -rs "$out/bin/azure-storage-azcopy" "$out/bin/azcopy"
|
||||
@@ -24,4 +24,4 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
description = "The new Azure Storage data transfer utility - AzCopy v10";
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user