Skip to content

Commit 5523512

Browse files
authored
pulumi-esc: 0.11.1 -> 0.12.0 (#383562)
2 parents 18c3c6a + 6aebcd2 commit 5523512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pu/pulumi-esc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "pulumi-esc";
9-
version = "0.11.1";
9+
version = "0.12.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "pulumi";
1313
repo = "esc";
1414
rev = "v${version}";
15-
hash = "sha256-Bzg3MFxyyu6CUvwrHSScg9aEJ7JQbL/YICRbn4Zjc3s=";
15+
hash = "sha256-X6QX2bCvHwxIXw1Z1PE4bfLphJCSVW1os9pQyZAdTnk=";
1616
};
1717

1818
subPackages = "cmd/esc";

0 commit comments

Comments
 (0)