summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-18 09:25:57 +0100
committerGitHub <noreply@github.com>2022-03-18 09:25:57 +0100
commita2eac806254d73427c5fb914acebe6e63f07948b (patch)
tree4eb17a9630a07e91749f7b542789ac64111905bc
parent679633529a5425fc4514ea65cccac25b653a29dd (diff)
parent70d0a2a3d26a61a30b914fdc3f06c7cc9bff7dc6 (diff)
Merge pull request #164626 from r-ryantm/auto-update/sqlfluff
sqlfluff: 0.11.0 -> 0.11.1
-rw-r--r--pkgs/development/tools/database/sqlfluff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/database/sqlfluff/default.nix b/pkgs/development/tools/database/sqlfluff/default.nix
index 82b7ea8ea954..4ecb24d3712e 100644
--- a/pkgs/development/tools/database/sqlfluff/default.nix
+++ b/pkgs/development/tools/database/sqlfluff/default.nix
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
- version = "0.11.0";
+ version = "0.11.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- hash = "sha256-Cem53w/pzSDTi9A9mh9VeLlRn1m6KhkxWaqJjEtfwUs=";
+ hash = "sha256-wd/tuFOoWhts/i+FCNVXmREUHAsh6hYOUowCyZjg92Y=";
};
propagatedBuildInputs = with python3.pkgs; [