crd2pulumi: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm 2024-12-07 04:42:48 +00:00
parent c90e086ba3
commit 21cf8f9842

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "crd2pulumi";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "pulumi";
repo = "crd2pulumi";
rev = "v${version}";
sha256 = "sha256-sXZ5iImN+AwAEV6Xur4EbDZhzQEYJFf9AgaBf1wQAIA=";
sha256 = "sha256-PqEQrmSfcPH+GSGnuv6xpAm/2gAyTmLf81C+e25Un4s=";
};
vendorHash = "sha256-4L1KfpZ+KICPko74x3STRQFtkcNVU/5KFGhKEJ64+Jk=";