Unverified Commit f096ca2b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #199344 from r-ryantm/auto-update/infra

infra: 0.15.2 -> 0.16.1
parents 1e53371b 5e331196
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "infra";
  version = "0.15.2";
  version = "0.16.1";

  src = fetchFromGitHub {
    owner = "infrahq";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-luwswGFI+ygLWp8Yi0PuZpkjQiPiF7bCv0kc8DNYxkw=";
    sha256 = "sha256-0HCfJwgeLM4uLiXcaW+9FxMVgeDJG7Opr0dEj525npw=";
  };

  vendorSha256 = "sha256-j+ZtBqAIeI25qRKu6RvW79Ug/lUGreC06qXL5dgchHc=";
  vendorSha256 = "sha256-wtzk5J9b1SbWkRRgPmVdxiMJdgPDwAtNOx6Uup7iakk=";

  subPackages = [ "." ];