sql-formatter: 15.4.10 -> 15.4.11 (#384288)

This commit is contained in:
Pyrox
2025-02-28 11:22:50 -05:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.4.10";
version = "15.4.11";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-KRF4AFBkXzy9wYBTTsc4LvlLNbSohzbdbue+SZjNTJo=";
hash = "sha256-WgMKL4v1XVNsFieWV88qOeuFVuU81KILUwzvc2APnIY=";
};
yarnOfflineCache = fetchYarnDeps {