Merge pull request #208911 from SubhrajyotiSen/update-ktlint

ktlint: 0.48.0 -> 0.48.2
This commit is contained in:
Weijia Wang 2023-01-24 05:29:10 +01:00 committed by GitHub
commit 7ce8323018
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.48.0";
version = "0.48.2";
src = fetchurl {
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
sha256 = "0sdmfdmxgks9bbzg8nn1gdx55g7qiwpdxkx6p9lwa71mdfc14r2z";
sha256 = "0hh3zm21a976px3lhf2przczspiyk88k68fmnwsknn281y9pyr70";
};
nativeBuildInputs = [ makeWrapper ];
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://ktlint.github.io/";
license = licenses.mit;
platforms = jre_headless.meta.platforms;
changelog = "https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md";
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
};
}