pulumi-esc: 0.14.3 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-07-29 02:48:50 +00:00
parent 82bf514f01
commit 78589d6653
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pulumi-esc";
version = "0.14.3";
version = "0.15.0";
src = fetchFromGitHub {
owner = "pulumi";
repo = "esc";
rev = "v${version}";
hash = "sha256-1evdRUCwK/7yffqXtnWM2iyymeije6AeCD/FDG900Hw=";
hash = "sha256-mBFxR3Sl89TVE+G/+pr5KlMl2oWUmQr41VfZpOyNU6k=";
};
subPackages = "cmd/esc";