sql-formatter: 15.6.11 -> 15.6.12 (#472917)

This commit is contained in:
dish
2025-12-21 16:15:15 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.6.11";
version = "15.6.12";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-wJfuewg3GFspcJDhR/qoymnksPvW3ZxFFOuGT/P/GDE=";
hash = "sha256-WwxqzJrZ3Y7PBDdKXKkehTT9WYVxUfTQE9BT0cJdJ3k=";
};
yarnOfflineCache = fetchYarnDeps {