summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-11 20:26:28 +0200
committerGitHub <noreply@github.com>2021-09-11 20:26:28 +0200
commit73489348f63950e9e6089cdb1ca9342aa2bf213d (patch)
tree995c2260ebe74c1dd1622b2648589ce22e9cc3f6 /pkgs/development
parent6ea19e3f6fd349d6b9d0d1e5f6b4291efcfd2869 (diff)
parent36649cb7da0a9117cd6c2d4c0dfd1651801e822f (diff)
Merge pull request #137403 from fabaff/bump-sqlfluff
sqlfluff: 0.6.4 -> 0.6.5
Diffstat (limited to 'pkgs/development')
-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 6661dfce8fba7..348111c5e4f9f 100644
--- a/pkgs/development/tools/database/sqlfluff/default.nix
+++ b/pkgs/development/tools/database/sqlfluff/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "sqlfluff";
-  version = "0.6.4";
+  version = "0.6.5";
   disabled = python3.pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-etnHr0epu7L/qIYNnJ2NOEL1ZmE/U62KpXSsiWsJJn0=";
+    sha256 = "sha256-JUvwp4Ptu1URWO7wyeOCjwjGW4S0XqYZwNjCyR3H/rc=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [