mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
sql-formatter: 15.6.1 -> 15.6.2
This commit is contained in:
parent
de19a6881e
commit
81ab30af58
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue