Unverified Commit fc673271 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pulumi-esc: 0.18.0 -> 0.19.0 (#452265)

parents f4247ef1 07c87e61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "pulumi-esc";
  version = "0.18.0";
  version = "0.19.0";

  src = fetchFromGitHub {
    owner = "pulumi";
    repo = "esc";
    rev = "v${version}";
    hash = "sha256-oxeH7SF2ANCTSdD8GnGmhbB37UOpBSOFo5p81lIw+zU=";
    hash = "sha256-TsYMGPL4Lru7T1p4v/gaql665JO2LIKayb3GupxYbiI=";
  };

  subPackages = "cmd/esc";