Unverified Commit 96a594e4 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

Merge pull request #219943 from Trundle/pulumi-3.56.0

pulumi: 3.55.0 -> 3.56.0
parents 26ac96af d966df07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    cp ../../README.md .
    substituteInPlace setup.py \
      --replace "3.0.0" "${version}" \
      --replace "grpcio==1.50" "grpcio"
      --replace "grpcio==1.51.3" "grpcio"
  '';

  # Allow local networking in tests on Darwin
+4 −4
Original line number Diff line number Diff line
@@ -14,21 +14,21 @@

buildGoModule rec {
  pname = "pulumi";
  version = "3.55.0";
  version = "3.56.0";

  # Used in pulumi-language packages, which inherit this prop
  sdkVendorHash = "sha256-ZE+df01jRx3nDiPGdlh1JNJn5NqsHW22fiUzeNlkzF8=";
  sdkVendorHash = "sha256-oXsU4h4CwukJHttYLT7JiW2He8Yq5qAwnxL8+G5FIpc=";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-x5XebYFpxFi2QgrrK+wdMFOLiJLnRmar4gsply8F718=";
    hash = "sha256-cXNYg5zNfZTTuv+EaSGuaA9mbMPq7vKTKcsxfnM3NbQ=";
    # Some tests rely on checkout directory name
    name = "pulumi";
  };

  vendorSha256 = "sha256-8vchyD3MTi9Fxrd6SiywFK4tadyauvDxjs9RmoJuULA=";
  vendorHash = "sha256-TWpH3y+7kLknPy+CExhnjfEvaIWWs1d5JCVF3FA1Z7I=";

  sourceRoot = "${src.name}/pkg";