Skip to content

Commit

Permalink
sql-formatter: 15.4.3 -> 15.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2025
1 parent a55d4e6 commit 9a2e829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sq/sql-formatter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
}:
stdenv.mkDerivation rec {
pname = "sql-formatter";
version = "15.4.3";
version = "15.4.9";

src = fetchFromGitHub {
owner = "sql-formatter-org";
repo = "sql-formatter";
rev = "v${version}";
hash = "sha256-FMzNf++PXV136yetXlYJIXkP/i2iWLrcmar5/6NrXJk=";
hash = "sha256-rCM/RDyWGBAobsiODIujkcjkqM4uSFPdRfvPqgIJQaY=";
};

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-R3PDDWxNtPK18adtHB4Jjp451Mp2p+5Fw6A1xkC58oY=";
hash = "sha256-w+riBFsxqQ3BY2MF5yih1www+TMChneuTOS+sKWmlus=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9a2e829

Please sign in to comment.