Skip to content

Commit

Permalink
Merge pull request #201808 from yaxitech/pulumi-3.47.0
Browse files Browse the repository at this point in the history
pulumi: 3.46.1 -> 3.47.0
  • Loading branch information
marsam authored Nov 19, 2022
2 parents b42bde1 + ea8595a commit f6a53df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/pulumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildGoModule rec {
pname = "pulumi";
version = "3.46.1";
version = "3.47.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-bEAggHGMhSSwEiYj+DdJRajR4DLunpidbd4DflkBrQ8=";
hash = "sha256-r0VPWVyyWGZ2v2yKKiJGJV+ah77zxFm7Zwm9yag3fxc=";
};

vendorSha256 = "sha256-+JKCCNkByqWuvAv8qUL3L9DlDhvIbMsDbsfn3KYolUo=";
vendorSha256 = "sha256-eipxqX2m425FnPkf+ao/k1dYwDHDmJf+eS3S0sEiXkk=";

sourceRoot = "source/pkg";

Expand Down

0 comments on commit f6a53df

Please sign in to comment.