mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
sqlfluff: 1.4.3 -> 1.4.4
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/1.4.3...1.4.4 Changelog: https://github.com/sqlfluff/sqlfluff/blob/1.4.4/CHANGELOG.md
This commit is contained in:
parent
3b9b339410
commit
c6b869b45b
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "sqlfluff";
|
||||
version = "1.4.3";
|
||||
version = "1.4.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-B6bQDB69967PjT0l5+bH9XjjSQ0WMzCZU/ipbDsfbUU=";
|
||||
hash = "sha256-qB7QReQQRzpOCZFZbgIQ6tQe2FNX6BqXWEA4F+FnKTc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user