Commit 909de3d6 authored by R. RyanTM's avatar R. RyanTM
Browse files

sql-formatter: 15.6.8 -> 15.6.9

parent ac8e9fb8
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.8";
  version = "15.6.9";

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

  yarnOfflineCache = fetchYarnDeps {