pulumi, pulumiPackages.pulumi-language-python: 3.48.0 -> 3.49.0

This commit is contained in:
Vincent Haupert 2022-12-13 18:34:27 +01:00
parent 84575b0bd8
commit e16b45e834
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ buildGoModule rec {
sourceRoot = "${src.name}/sdk";
vendorHash = "sha256-IZIdLmNGMFjRdkLPoE9UyON3pX/GBIgz/rv108v8iLY=";
vendorHash = "sha256-gM3VpX6r/BScUyvk/XefAfbx0qYzdzSBGaWZN+89BS8=";
postPatch = ''
# Requires network

View File

@ -14,16 +14,16 @@
buildGoModule rec {
pname = "pulumi";
version = "3.48.0";
version = "3.49.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-8lHNcRYvKa9CJDWe4g4h24TY6mwfYfyQwBcQ4cY/tdQ=";
hash = "sha256-WO+bTkTIAyaXl3nYwsMUTdovsYibivfGsKz6A7wj2zM=";
};
vendorSha256 = "sha256-igZfXUrYA6m42WrBQkQYyGe5p9C8h66Hkezf9a1XFo0=";
vendorSha256 = "sha256-q7ZusTYD8l2RyiwP/Wf6dP6AoosWEwpaylbdhfE5cUA=";
sourceRoot = "source/pkg";