ktlint: 0.48.0 -> 0.48.2
This commit is contained in:
parent
8df1ea3269
commit
62f16ab2eb
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ktlint";
|
pname = "ktlint";
|
||||||
version = "0.48.0";
|
version = "0.48.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
|
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
|
||||||
sha256 = "0sdmfdmxgks9bbzg8nn1gdx55g7qiwpdxkx6p9lwa71mdfc14r2z";
|
sha256 = "0hh3zm21a976px3lhf2przczspiyk88k68fmnwsknn281y9pyr70";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://ktlint.github.io/";
|
homepage = "https://ktlint.github.io/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = jre_headless.meta.platforms;
|
platforms = jre_headless.meta.platforms;
|
||||||
|
changelog = "https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
|
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user