ktlint: 0.31.0 -> 0.32.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ktlint/versions
This commit is contained in:
R. RyanTM 2019-04-30 22:13:33 -07:00 committed by Frederik Rietdijk
parent 1137b0761b
commit 1f84f67dce

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ktlint-${version}";
version = "0.31.0";
version = "0.32.0";
src = fetchurl {
url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
sha256 = "0bqpflvnh423w54162r0d6l503lql1bwqykxw18s2fx1n1gb3n9a";
sha256 = "0ha4n2gsfvcycwammywqr7xg5ydlgpflmlm380v767178p5r5llm";
};
nativeBuildInputs = [ makeWrapper ];