Skip to content

Commit a51c097

Browse files
authored
sql-formatter: 15.4.10 -> 15.4.11 (#384288)
2 parents 0c5c10c + 3e0b720 commit a51c097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sq/sql-formatter/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
stdenv.mkDerivation rec {
1313
pname = "sql-formatter";
14-
version = "15.4.10";
14+
version = "15.4.11";
1515

1616
src = fetchFromGitHub {
1717
owner = "sql-formatter-org";
1818
repo = "sql-formatter";
1919
rev = "v${version}";
20-
hash = "sha256-KRF4AFBkXzy9wYBTTsc4LvlLNbSohzbdbue+SZjNTJo=";
20+
hash = "sha256-WgMKL4v1XVNsFieWV88qOeuFVuU81KILUwzvc2APnIY=";
2121
};
2222

2323
yarnOfflineCache = fetchYarnDeps {

0 commit comments

Comments
 (0)