sql-formatter: 15.6.1 -> 15.6.2

This commit is contained in:
R. Ryantm 2025-05-25 08:50:01 +00:00
parent de19a6881e
commit 81ab30af58

View file

@ -11,13 +11,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sql-formatter"; pname = "sql-formatter";
version = "15.6.1"; version = "15.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sql-formatter-org"; owner = "sql-formatter-org";
repo = "sql-formatter"; repo = "sql-formatter";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Olq7DAhiopFlLnn6r78nJU6LjS2EiU93kc/iY4mLCL8="; hash = "sha256-pqNxZ8bmnwQYPLIQ8vQrKct9fD8i0fiLn4h4f2779q4=";
}; };
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {