sql-formatter: 15.4.11 -> 15.5.2

This commit is contained in:
R. Ryantm
2025-03-30 12:16:02 +00:00
parent b991a5e456
commit d976d38235

View File

@@ -11,18 +11,18 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.4.11";
version = "15.5.2";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-WgMKL4v1XVNsFieWV88qOeuFVuU81KILUwzvc2APnIY=";
hash = "sha256-13S7Qagra+RxWOct7wsvK1C0QftWtLZRB58YVWw9gGU=";
};
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-w+riBFsxqQ3BY2MF5yih1www+TMChneuTOS+sKWmlus=";
hash = "sha256-zcCYGTuaPkizZHc4K6RAPWwMnP5LtnyaLbF9xcPpNBs=";
};
nativeBuildInputs = [