about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-06-11 15:17:50 -0700
committerGitHub <noreply@github.com>2020-06-11 15:17:50 -0700
commitc5535450dc2109369374868c2386e9bd8faea3c1 (patch)
tree79799fd9a764ed0ecd76ea8d89af926f2eafa7e2 /pkgs/development/tools
parent6b9dec99f80fe36737cae9b6fdccfccd10f4962c (diff)
parent4410e2c0adcb0e2594e751a29f29c5a597aa711d (diff)
downloadnixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar.gz
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar.bz2
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar.lz
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar.xz
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.tar.zst
nixlib-c5535450dc2109369374868c2386e9bd8faea3c1.zip
Merge pull request #90020 from r-ryantm/auto-update/ktlint
ktlint: 0.37.0 -> 0.37.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ktlint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ktlint/default.nix b/pkgs/development/tools/ktlint/default.nix
index 19e51fa998cf..b8a8dc75158e 100644
--- a/pkgs/development/tools/ktlint/default.nix
+++ b/pkgs/development/tools/ktlint/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ktlint";
-  version = "0.37.0";
+  version = "0.37.1";
 
   src = fetchurl {
     url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
-    sha256 = "1z2hvhcrz1rj9g8749x640axrf529wk361pckwb4ihn43c19ajpf";
+    sha256 = "0i5frcy3ya1qwq0hl67gq6fgz0c8vgskgha25irsw7j2ndf4qp8i";
   };
 
   nativeBuildInputs = [ makeWrapper ];