lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #201808 from yaxitech/pulumi-3.47.0

pulumi: 3.46.1 -> 3.47.0

authored by

Mario Rodas and committed by
GitHub
f6a53df3 b42bde1b

+3 -3
+3 -3
pkgs/tools/admin/pulumi/default.nix
··· 14 14 15 15 buildGoModule rec { 16 16 pname = "pulumi"; 17 - version = "3.46.1"; 17 + version = "3.47.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = pname; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-bEAggHGMhSSwEiYj+DdJRajR4DLunpidbd4DflkBrQ8="; 23 + hash = "sha256-r0VPWVyyWGZ2v2yKKiJGJV+ah77zxFm7Zwm9yag3fxc="; 24 24 }; 25 25 26 - vendorSha256 = "sha256-+JKCCNkByqWuvAv8qUL3L9DlDhvIbMsDbsfn3KYolUo="; 26 + vendorSha256 = "sha256-eipxqX2m425FnPkf+ao/k1dYwDHDmJf+eS3S0sEiXkk="; 27 27 28 28 sourceRoot = "source/pkg"; 29 29