ktlint: 0.30.0 -> 0.31.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-03-25 11:46:50 -07:00
parent 2cc6444113
commit 754fdc235e

View file

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