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

sql-formatter: 15.4.10 -> 15.4.11 (#384288)

parents 0c5c10cb 3e0b720d
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.10";
  version = "15.4.11";

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

  yarnOfflineCache = fetchYarnDeps {