We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b1302 + a501814 commit a822db7Copy full SHA for a822db7
pkgs/by-name/pu/pulumi-esc/package.nix
@@ -6,18 +6,18 @@
6
7
buildGoModule rec {
8
pname = "pulumi-esc";
9
- version = "0.12.0";
+ version = "0.13.0";
10
11
src = fetchFromGitHub {
12
owner = "pulumi";
13
repo = "esc";
14
rev = "v${version}";
15
- hash = "sha256-X6QX2bCvHwxIXw1Z1PE4bfLphJCSVW1os9pQyZAdTnk=";
+ hash = "sha256-hQYA8j0fmVdlRuUfZy4NT5oYYot2lHrTqFCPe255F2k=";
16
};
17
18
subPackages = "cmd/esc";
19
20
- vendorHash = "sha256-T9DUgfYpu1xXekMxzlr2VwmPSkD/sPml+G0KaFeeAWA=";
+ vendorHash = "sha256-J4ozpVm177DR+a35ckMtLY/4rFIPU6MsI5ewXz/wYGc=";
21
22
ldflags = [
23
"-s"
0 commit comments