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

sql-formatter: 15.6.12 -> 15.7.0 (#480343)

parents 6c13a378 f8c23dae
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.12";
  version = "15.7.0";

  src = fetchFromGitHub {
    owner = "sql-formatter-org";
    repo = "sql-formatter";
    rev = "v${version}";
    hash = "sha256-WwxqzJrZ3Y7PBDdKXKkehTT9WYVxUfTQE9BT0cJdJ3k=";
    hash = "sha256-k105xoppmxW1jSbkzbqHF7bg/IbY1P9kZVwa3pdKF7k=";
  };

  yarnOfflineCache = fetchYarnDeps {