python310Packages.pulumi: fix hash

This commit is contained in:
Weijia Wang
2023-06-13 15:03:21 +03:00
parent b98c731d4c
commit a62a74d545
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoModule rec {
version = "3.69.0";
# Used in pulumi-language packages, which inherit this prop
sdkVendorHash = "sha256-oXsU4h4CwukJHttYLT7JiW2He8Yq5qAwnxL8+G5FIpc=";
sdkVendorHash = "sha256-S8eb2V7ZHhQ0xas+88lwxjL50+22dbyJ0aM60dAtb5k=";
src = fetchFromGitHub {
owner = pname;