sql-formatter: 15.6.5 -> 15.6.6

This commit is contained in:
R. Ryantm
2025-07-03 23:30:55 +00:00
parent bed266e629
commit 2b6bfe2339
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.6.5";
version = "15.6.6";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-oNUQvNsdlLJn2JQdCV0Kp3oaXuLJuPGH+Pfe+gRog2E=";
hash = "sha256-61E3DizwO9Lml0Uu4tOhpCbzaxiDrY5vPqk2TY7fIqo=";
};
yarnOfflineCache = fetchYarnDeps {