pulumi-esc: 0.15.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2025-08-07 02:55:40 +00:00
parent 3ed93ea844
commit 6846a2c934
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pulumi-esc";
version = "0.15.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "pulumi";
repo = "esc";
rev = "v${version}";
hash = "sha256-mBFxR3Sl89TVE+G/+pr5KlMl2oWUmQr41VfZpOyNU6k=";
hash = "sha256-rdoq+Zx+NVJZrVon/OfJIAvEyCWEawSHRLxLBUFR9uY=";
};
subPackages = "cmd/esc";