pulumiPackages.pulumi-scala: 0.3.2 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-10-04 19:57:53 +00:00
parent 73bb504135
commit 0bd3aabeae
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "pulumi-scala";
version = "0.3.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "VirtusLab";
repo = "besom";
tag = "v${version}";
hash = "sha256-ZOWC8S4OP2URfrzeegMmrJ9yC5xwCuC1cdEtBEsaCdk=";
hash = "sha256-iJLIwc8yVURz7YdL42hJBfvYNpaehJbPIAB51umsLEE=";
};
sourceRoot = "source/language-plugin/pulumi-language-scala";