Commit 3e0b720d authored by R. RyanTM's avatar R. RyanTM
Browse files

sql-formatter: 15.4.10 -> 15.4.11

parent 4f59aa5e
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 {