Unverified Commit c4447f63 authored by Anthony's avatar Anthony Committed by GitHub
Browse files

steampipe: 2.3.5 -> 2.3.6 (#492969)

parents 0de9484e e5f32a9d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildGoModule (finalAttrs: {
  pname = "steampipe";
  version = "2.3.5";
  version = "2.3.6";

  env.CGO_ENABLED = 0;

@@ -19,10 +19,10 @@ buildGoModule (finalAttrs: {
    owner = "turbot";
    repo = "steampipe";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nQd+ay5t3rNSCHzhmBNF7sheESrD6KnhRDdm5KZHUI4=";
    hash = "sha256-b7F3Eo+/vJq8EqWig4O3y2UkqllWhUg38pend/JKeWA=";
  };

  vendorHash = "sha256-YetZI3zWZlTZxrj7H7owSWarhq0VrXzbSOow596doT0=";
  vendorHash = "sha256-Xu5bxjmFRzABifA6GsvHbwh8CJgKrOlwfNXIH8XYz6s=";
  proxyVendor = true;

  postPatch = ''