sql-formatter: 15.6.6 -> 15.6.8

This commit is contained in:
R. Ryantm
2025-09-06 05:54:51 +00:00
parent d1537033b5
commit 056556d711
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.6.6";
version = "15.6.8";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-61E3DizwO9Lml0Uu4tOhpCbzaxiDrY5vPqk2TY7fIqo=";
hash = "sha256-iq8sUwlkqfItNjniFTeJ+tXaj4nW915XPfxWzYSQawo=";
};
yarnOfflineCache = fetchYarnDeps {