Merge pull request #159433 from r-ryantm/auto-update/crd2pulumi

crd2pulumi: 1.1.0 -> 1.2.0
This commit is contained in:
Florian Klink 2022-02-13 14:20:04 +01:00 committed by GitHub
commit 33ce7d3e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "crd2pulumi";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "pulumi";
repo = "crd2pulumi";
rev = "v${version}";
sha256 = "sha256-7eNjOVTbZVpjQZPo69DgVCLCXqWnb0UVKd/DIY9Tq08=";
sha256 = "sha256-jGCtHDceJMGG2WHRldEyToZRNp3ZTt4Tir7DAsaWgfI=";
};
vendorSha256 = "sha256-XM1uedApVLkFzUpNPYS5YyMiWrOpzTvqKjWIV7s/1mI=";