From 0bd3aabeae0f3f06fe259e0d69bdb6c35cfadb2f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 4 Oct 2025 19:57:53 +0000 Subject: [PATCH] pulumiPackages.pulumi-scala: 0.3.2 -> 0.5.0 --- pkgs/by-name/pu/pulumi/plugins/pulumi-scala/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pu/pulumi/plugins/pulumi-scala/package.nix b/pkgs/by-name/pu/pulumi/plugins/pulumi-scala/package.nix index 37c0cdf79c8a..e259137199a8 100644 --- a/pkgs/by-name/pu/pulumi/plugins/pulumi-scala/package.nix +++ b/pkgs/by-name/pu/pulumi/plugins/pulumi-scala/package.nix @@ -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";