Unverified Commit dd79249b authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

tsgolint: 0.22.0 -> 0.22.1 (#514291)

parents 44a14813 f05de596
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGo126Module (finalAttrs: {
  pname = "tsgolint";
  version = "0.22.0";
  version = "0.22.1";

  src = fetchFromGitHub {
    owner = "oxc-project";
    repo = "tsgolint";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tB+39Z6KpNj6/mejB/+Zxe4evdlGAnQW1LJtH3pQlVw=";
    hash = "sha256-v6gSUeBcjSx/3/hjBST3ba6N366GQvryVTeAjV5+zEc=";
    fetchSubmodules = true;
  };