sql-formatter: 15.5.2 -> 15.6.1 (#402576)

This commit is contained in:
Nick Cao
2025-04-28 17:07:10 -04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.5.2";
version = "15.6.1";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-13S7Qagra+RxWOct7wsvK1C0QftWtLZRB58YVWw9gGU=";
hash = "sha256-Olq7DAhiopFlLnn6r78nJU6LjS2EiU93kc/iY4mLCL8=";
};
yarnOfflineCache = fetchYarnDeps {