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

Merge pull request #322296 from r-ryantm/auto-update/air

air: 1.52.2 -> 1.52.3
parents 4ffdc66f 9be580cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "air";
  version = "1.52.2";
  version = "1.52.3";

  src = fetchFromGitHub {
    owner = "air-verse";
    repo = "air";
    rev = "v${version}";
    hash = "sha256-j1iyVEvg7hqZ634hbAvH5RmVnV7bNsezw72OJ1CNvmY=";
    hash = "sha256-TLTg9fYkIlTFDwkjRIQ7mAmKd+jA5Q9EPQ62fJ6zS9o=";
  };

  vendorHash = "sha256-dSu00NAq6hEOdJxXp+12UaUq32z53Wzla3/u+2nxqPw=";