sql-formatter: 15.6.4 -> 15.6.5 (#419444)

This commit is contained in:
Nick Cao
2025-06-24 16:43:02 -04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.6.4";
version = "15.6.5";
src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-nrdr6h+q8jVXKM6xPXeQkGN3zqdUCPs/FVnPMfMPG3E=";
hash = "sha256-oNUQvNsdlLJn2JQdCV0Kp3oaXuLJuPGH+Pfe+gRog2E=";
};
yarnOfflineCache = fetchYarnDeps {