Unverified Commit e6de9bc8 authored by dish's avatar dish Committed by GitHub
Browse files

sql-formatter: 15.6.9 -> 15.6.10 (#449609)

parents bad3e00d f9552ed1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
  pname = "sql-formatter";
  version = "15.6.9";
  version = "15.6.10";

  src = fetchFromGitHub {
    owner = "sql-formatter-org";
    repo = "sql-formatter";
    rev = "v${version}";
    hash = "sha256-ADyV7rQ54R4QrjLLZy5Pg9KEaW3G5ZY/TssB1Ot/w2o=";
    hash = "sha256-3C1NdPUuBfrDN6HRSyfu76IEV2pFIirK94kwoEhr1ZU=";
  };

  yarnOfflineCache = fetchYarnDeps {