pulumi-esc: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2024-12-06 13:42:39 +00:00
parent e574201552
commit 4e2aca6051
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "pulumi-esc";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "pulumi";
repo = "esc";
rev = "v${version}";
hash = "sha256-/H2HFjq/CpY5/xj9tqr+1Qo1nD06joahvbIiu16DLrs=";
hash = "sha256-Bzg3MFxyyu6CUvwrHSScg9aEJ7JQbL/YICRbn4Zjc3s=";
};
subPackages = "cmd/esc";