Skip to content

Commit

Permalink
Merge pull request #315758 from r-ryantm/auto-update/crd2pulumi
Browse files Browse the repository at this point in the history
crd2pulumi: 1.3.0 -> 1.4.0
  • Loading branch information
flokli committed May 30, 2024
2 parents 63aceac + 2234d6a commit 7ba4188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/crd2pulumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "crd2pulumi";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "pulumi";
repo = "crd2pulumi";
rev = "v${version}";
sha256 = "sha256-UBfb6PI+Ivk6JxSBIHw4tN09BHN1J+un04mnR3ByDfc=";
sha256 = "sha256-PfgFDYZS5zKywQH6f5L8mFmEagxcEQ74Ht7D22hSYHY=";
};

vendorHash = "sha256-Fs43ITqfZYEcuRzm5bTTgmG/tWGIX9k8gdYBHmO4tMQ=";
vendorHash = "sha256-k6YJhYY2P/D8Vbsp5PExKrcGXBv2GsIkqb3m6KeYm6g=";

ldflags = [ "-s" "-w" "-X github.com/pulumi/crd2pulumi/gen.Version=${src.rev}" ];

Expand Down

0 comments on commit 7ba4188

Please sign in to comment.