sql-formatter: 15.6.12 -> 15.7.0

This commit is contained in:
R. Ryantm
2026-01-15 11:24:14 +00:00
parent fda73871fa
commit f8c23dae32
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.6.12";
version = "15.7.0";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-WwxqzJrZ3Y7PBDdKXKkehTT9WYVxUfTQE9BT0cJdJ3k=";
hash = "sha256-k105xoppmxW1jSbkzbqHF7bg/IbY1P9kZVwa3pdKF7k=";
};
yarnOfflineCache = fetchYarnDeps {