sql-formatter: 15.5.2 -> 15.6.1

This commit is contained in:
R. Ryantm
2025-04-28 16:49:53 +00:00
parent 917ee0af83
commit 13e41e905b
+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 {