ktlint: 0.40.0 -> 0.41.0 (#119877)

This commit is contained in:
Subhrajyoti Sen 2021-06-18 15:44:50 +05:30 committed by GitHub
parent 41bb0c59d4
commit 36387e364f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ktlint";
version = "0.40.0";
version = "0.41.0";
src = fetchurl {
url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
sha256 = "17n1xdalz38h9p4ylcpkbbqp22b1np5l8y5l3r58kaf9k8p6cfa7";
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
sha256 = "10z1010k25i40iv7v339csmbs83hmwjv1004jikckb78wncd12s3";
};
nativeBuildInputs = [ makeWrapper ];
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://ktlint.github.io/";
license = licenses.mit;
platforms = jre_headless.meta.platforms;
maintainers = with maintainers; [ tadfisher ];
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
};
}