pulumi-esc: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-02-20 05:33:29 +00:00
parent 247b88d510
commit 6aebcd2c7d
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pulumi-esc";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "pulumi";
repo = "esc";
rev = "v${version}";
hash = "sha256-Bzg3MFxyyu6CUvwrHSScg9aEJ7JQbL/YICRbn4Zjc3s=";
hash = "sha256-X6QX2bCvHwxIXw1Z1PE4bfLphJCSVW1os9pQyZAdTnk=";
};
subPackages = "cmd/esc";