Unverified Commit 024545f5 authored by Pyrox's avatar Pyrox Committed by GitHub
Browse files

sql-formatter: 15.4.9 -> 15.4.10 (#377254)

parents 69a71b72 2f809f78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
  pname = "sql-formatter";
  version = "15.4.9";
  version = "15.4.10";

  src = fetchFromGitHub {
    owner = "sql-formatter-org";
    repo = "sql-formatter";
    rev = "v${version}";
    hash = "sha256-rCM/RDyWGBAobsiODIujkcjkqM4uSFPdRfvPqgIJQaY=";
    hash = "sha256-KRF4AFBkXzy9wYBTTsc4LvlLNbSohzbdbue+SZjNTJo=";
  };

  yarnOfflineCache = fetchYarnDeps {